Html Css Color HEX #382242 Blackcurrant

📋 copy color: '#382242'

red 56 ◦ green 34 ◦ blue 66

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

Shades of Blackcurrant #382242

Tints of Blackcurrant #382242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

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

R = 35.9%
G = 21.79%
B = 42.31%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#382242 (or 0x382242) is known color: Blackcurrant. HEX triplet: 38, 22 and 42. RGB value is (56,34,66). Sum of RGB (Red+Green+Blue) = 56+34+66=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #382242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382242 is #C7DDBD. Grayscale: #2C2C2C. Windows color (decimal): -13098430 or 4334136. OLE color: 4334136.

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

Color convert

RGB 56 34 66 -
CMYK 0.15 0.48 0 0.74
HSL 281.25º 0.32% 0.2% -
HSV(B) 281.25º 0.48% 0.26% -
XYZ 3.19 2.38 5.45 -
YUV 44.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 56 34 66 0.15 0.48 0 0.74 281.25 0.32 0.2
Hex 38 22 42 F 30 0 4A 119 20 14
Octal 70 42 102 17 60 0 112 431 40 24
Binary 111000 100010 1000010 1111 110000 0 1001010 100011001 100000 10100

Color Harmonies of #382242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382242

Black with #382242

Text Example


Text Example

White with #382242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382242; }

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

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

background-color css

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

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

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

border-color css

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

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

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