Html Css Color HEX #42311C Clinker

📋 copy color: '#42311C'

red 66 ◦ green 49 ◦ blue 28

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

Shades of Clinker #42311C

Tints of Clinker #42311C

RGB

 RED value IS 66 (26.17% from 255) = 46.15%

 GREEN value IS 49 (19.53% from 255) = 34.27%

 BLUE value IS 28 (11.33% from 255) = 19.58%

R = 46.15%
G = 34.27%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42311C (or 0x42311C) is known color: Clinker. HEX triplet: 42, 31 and 1C. RGB value is (66,49,28). Sum of RGB (Red+Green+Blue) = 66+49+28=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #42311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42311C is #BDCEE3. Grayscale: #333333. Windows color (decimal): -12439268 or 1847618. OLE color: 1847618.

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

Color convert

RGB 66 49 28 -
CMYK 0 0.26 0.58 0.74
HSL 33.16º 0.4% 0.18% -
HSV(B) 33.16º 0.58% 0.26% -
XYZ 3.55 3.44 1.57 -
YUV 51.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 66 49 28 0 0.26 0.58 0.74 33.16 0.4 0.18
Hex 42 31 1C 0 1A 3A 4A 21 28 12
Octal 102 61 34 0 32 72 112 41 50 22
Binary 1000010 110001 11100 0 11010 111010 1001010 100001 101000 10010

Color Harmonies of #42311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42311C

Black with #42311C

Text Example


Text Example

White with #42311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42311C; }

 p { color: rgb(66,49,28); }

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

background-color css

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

 a { background-color: rgb(66,49,28); }

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

border-color css

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

 span { border-color: rgb(66,49,28); }

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