Html Css Color HEX #380D51 Blackcurrant

📋 copy color: '#380D51'

red 56 ◦ green 13 ◦ blue 81

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

Shades of Blackcurrant #380D51

Tints of Blackcurrant #380D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54%

R = 37.33%
G = 8.67%
B = 54%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#380D51 (or 0x380D51) is known color: Blackcurrant. HEX triplet: 38, 0D and 51. RGB value is (56,13,81). Sum of RGB (Red+Green+Blue) = 56+13+81=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #380D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D51 is #C7F2AE. Grayscale: #212121. Windows color (decimal): -13103791 or 5311800. OLE color: 5311800.

HSL color Cylindrical-coordinate representation of color #380D51: hue angle of 277.94º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380D51 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 13 81 -
CMYK 0.31 0.84 0 0.68
HSL 277.94º 0.72% 0.18% -
HSV(B) 277.94º 0.84% 0.32% -
XYZ 3.26 1.72 7.95 -
YUV 33.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 56 13 81 0.31 0.84 0 0.68 277.94 0.72 0.18
Hex 38 D 51 1F 54 0 44 116 48 12
Octal 70 15 121 37 124 0 104 426 110 22
Binary 111000 1101 1010001 11111 1010100 0 1000100 100010110 1001000 10010

Color Harmonies of #380D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D51

Black with #380D51

Text Example


Text Example

White with #380D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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