Html Css Color HEX #381942 Blackcurrant

📋 copy color: '#381942'

red 56 ◦ green 25 ◦ blue 66

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

Shades of Blackcurrant #381942

Tints of Blackcurrant #381942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 38.1%
G = 17.01%
B = 44.9%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#381942 (or 0x381942) is known color: Blackcurrant. HEX triplet: 38, 19 and 42. RGB value is (56,25,66). Sum of RGB (Red+Green+Blue) = 56+25+66=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #381942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381942 is #C7E6BD. Grayscale: #262626. Windows color (decimal): -13100734 or 4331832. OLE color: 4331832.

HSL color Cylindrical-coordinate representation of color #381942: hue angle of 285.37º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381942 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 25 66 -
CMYK 0.15 0.62 0 0.74
HSL 285.37º 0.45% 0.18% -
HSV(B) 285.37º 0.62% 0.26% -
XYZ 2.96 1.93 5.37 -
YUV 38.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 56 25 66 0.15 0.62 0 0.74 285.37 0.45 0.18
Hex 38 19 42 F 3E 0 4A 11D 2D 12
Octal 70 31 102 17 76 0 112 435 55 22
Binary 111000 11001 1000010 1111 111110 0 1001010 100011101 101101 10010

Color Harmonies of #381942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381942

Black with #381942

Text Example


Text Example

White with #381942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381942; }

 p { color: rgb(56,25,66); }

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

background-color css

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

 a { background-color: rgb(56,25,66); }

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

border-color css

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

 span { border-color: rgb(56,25,66); }

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