Html Css Color HEX #381E42 Blackcurrant

📋 copy color: '#381E42'

red 56 ◦ green 30 ◦ blue 66

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

Shades of Blackcurrant #381E42

Tints of Blackcurrant #381E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

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

R = 36.84%
G = 19.74%
B = 43.42%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#381E42 (or 0x381E42) is known color: Blackcurrant. HEX triplet: 38, 1E and 42. RGB value is (56,30,66). Sum of RGB (Red+Green+Blue) = 56+30+66=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #381E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E42 is #C7E1BD. Grayscale: #292929. Windows color (decimal): -13099454 or 4333112. OLE color: 4333112.

HSL color Cylindrical-coordinate representation of color #381E42: hue angle of 283.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381E42 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 30 66 -
CMYK 0.15 0.55 0 0.74
HSL 283.33º 0.38% 0.19% -
HSV(B) 283.33º 0.55% 0.26% -
XYZ 3.08 2.16 5.41 -
YUV 41.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 56 30 66 0.15 0.55 0 0.74 283.33 0.38 0.19
Hex 38 1E 42 F 37 0 4A 11B 26 13
Octal 70 36 102 17 67 0 112 433 46 23
Binary 111000 11110 1000010 1111 110111 0 1001010 100011011 100110 10011

Color Harmonies of #381E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E42

Black with #381E42

Text Example


Text Example

White with #381E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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