Html Css Color HEX #380148 Blackcurrant

📋 copy color: '#380148'

red 56 ◦ green 1 ◦ blue 72

#380148
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #380148

Tints of Blackcurrant #380148

RGB

 RED value IS 56 (22.27% from 255) = 43.41%

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 72 (28.52% from 255) = 55.81%

R = 43.41%
G = 0.78%
B = 55.81%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#380148 (or 0x380148) is known color: Blackcurrant. HEX triplet: 38, 01 and 48. RGB value is (56,1,72). Sum of RGB (Red+Green+Blue) = 56+1+72=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #380148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380148 is #C7FEB7. Grayscale: #191919. Windows color (decimal): -13106872 or 4718904. OLE color: 4718904.

HSL color Cylindrical-coordinate representation of color #380148: hue angle of 286.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380148 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 1 72 -
CMYK 0.22 0.99 0 0.72
HSL 286.48º 0.97% 0.14% -
HSV(B) 286.48º 0.99% 0.28% -
XYZ 2.81 1.33 6.24 -
YUV 25.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 56 1 72 0.22 0.99 0 0.72 286.48 0.97 0.14
Hex 38 1 48 16 63 0 48 11E 61 E
Octal 70 1 110 26 143 0 110 436 141 16
Binary 111000 1 1001000 10110 1100011 0 1001000 100011110 1100001 1110

Color Harmonies of #380148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380148

Black with #380148

Text Example


Text Example

White with #380148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380148; }

 p { color: rgb(56,1,72); }

 H1.HeaderClassName
 {
   color: #380148;
 }
 .AnyTagClassName
 {
   color: #380148;
 }
</style>

background-color css

<style>
 a { background-color: #380148; }

 a { background-color: rgb(56,1,72); }

 div.DivClassName
 {
   background-color: #380148;
 }
 .BgClassName
 {
   background-color: #380148;
 }
</style>

border-color css

<style>
 span { border-color: #380148; }

 span { border-color: rgb(56,1,72); }

 td.TdClassName
 {
   border-color: #380148;
 }
 .TagClassName
 {
   border-color: #380148;
 }
</style>