Html Css Color HEX #380D55 Blackcurrant

📋 copy color: '#380D55'

red 56 ◦ green 13 ◦ blue 85

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

Shades of Blackcurrant #380D55

Tints of Blackcurrant #380D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.44%

 BLUE value IS 85 (33.59% from 255) = 55.19%

R = 36.36%
G = 8.44%
B = 55.19%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380D55 (or 0x380D55) is known color: Blackcurrant. HEX triplet: 38, 0D and 55. RGB value is (56,13,85). Sum of RGB (Red+Green+Blue) = 56+13+85=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #380D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D55 is #C7F2AA. Grayscale: #212121. Windows color (decimal): -13103787 or 5573944. OLE color: 5573944.

HSL color Cylindrical-coordinate representation of color #380D55: hue angle of 275.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #380D55 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 13 85 -
CMYK 0.34 0.85 0 0.67
HSL 275.83º 0.73% 0.19% -
HSV(B) 275.83º 0.85% 0.33% -
XYZ 3.41 1.78 8.76 -
YUV 34.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 56 13 85 0.34 0.85 0 0.67 275.83 0.73 0.19
Hex 38 D 55 22 55 0 43 114 49 13
Octal 70 15 125 42 125 0 103 424 111 23
Binary 111000 1101 1010101 100010 1010101 0 1000011 100010100 1001001 10011

Color Harmonies of #380D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D55

Black with #380D55

Text Example


Text Example

White with #380D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D55; }

 p { color: rgb(56,13,85); }

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

background-color css

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

 a { background-color: rgb(56,13,85); }

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

border-color css

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

 span { border-color: rgb(56,13,85); }

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