Html Css Color HEX #382142 Blackcurrant

📋 copy color: '#382142'

red 56 ◦ green 33 ◦ blue 66

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

Shades of Blackcurrant #382142

Tints of Blackcurrant #382142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 36.13%
G = 21.29%
B = 42.58%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#382142 (or 0x382142) is known color: Blackcurrant. HEX triplet: 38, 21 and 42. RGB value is (56,33,66). Sum of RGB (Red+Green+Blue) = 56+33+66=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 66 - color contains mainly: blue. Hex color #382142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382142 is #C7DEBD. Grayscale: #2B2B2B. Windows color (decimal): -13098686 or 4333880. OLE color: 4333880.

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

Color convert

RGB 56 33 66 -
CMYK 0.15 0.5 0 0.74
HSL 281.82º 0.33% 0.19% -
HSV(B) 281.82º 0.5% 0.26% -
XYZ 3.16 2.32 5.44 -
YUV 43.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 56 33 66 0.15 0.5 0 0.74 281.82 0.33 0.19
Hex 38 21 42 F 32 0 4A 11A 21 13
Octal 70 41 102 17 62 0 112 432 41 23
Binary 111000 100001 1000010 1111 110010 0 1001010 100011010 100001 10011

Color Harmonies of #382142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382142

Black with #382142

Text Example


Text Example

White with #382142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382142; }

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

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

background-color css

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

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

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

border-color css

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

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

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