Html Css Color HEX #380D54 Blackcurrant

📋 copy color: '#380D54'

red 56 ◦ green 13 ◦ blue 84

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

Shades of Blackcurrant #380D54

Tints of Blackcurrant #380D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 54.9%

R = 36.6%
G = 8.5%
B = 54.9%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380D54 (or 0x380D54) is known color: Blackcurrant. HEX triplet: 38, 0D and 54. RGB value is (56,13,84). Sum of RGB (Red+Green+Blue) = 56+13+84=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #380D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D54 is #C7F2AB. Grayscale: #212121. Windows color (decimal): -13103788 or 5508408. OLE color: 5508408.

HSL color Cylindrical-coordinate representation of color #380D54: hue angle of 276.34º 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 #380D54 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 13 84 -
CMYK 0.33 0.85 0 0.67
HSL 276.34º 0.73% 0.19% -
HSV(B) 276.34º 0.85% 0.33% -
XYZ 3.38 1.77 8.55 -
YUV 33.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 56 13 84 0.33 0.85 0 0.67 276.34 0.73 0.19
Hex 38 D 54 21 55 0 43 114 49 13
Octal 70 15 124 41 125 0 103 424 111 23
Binary 111000 1101 1010100 100001 1010101 0 1000011 100010100 1001001 10011

Color Harmonies of #380D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D54

Black with #380D54

Text Example


Text Example

White with #380D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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