Html Css Color HEX #42331D Clinker

📋 copy color: '#42331D'

red 66 ◦ green 51 ◦ blue 29

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

Shades of Clinker #42331D

Tints of Clinker #42331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.93%

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 45.21%
G = 34.93%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42331D (or 0x42331D) is known color: Clinker. HEX triplet: 42, 33 and 1D. RGB value is (66,51,29). Sum of RGB (Red+Green+Blue) = 66+51+29=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42331D is #BDCCE2. Grayscale: #353535. Windows color (decimal): -12438755 or 1913666. OLE color: 1913666.

HSL color Cylindrical-coordinate representation of color #42331D: hue angle of 35.68º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42331D is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 51 29 -
CMYK 0 0.23 0.56 0.74
HSL 35.68º 0.39% 0.19% -
HSV(B) 35.68º 0.56% 0.26% -
XYZ 3.65 3.61 1.67 -
YUV 52.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 66 51 29 0 0.23 0.56 0.74 35.68 0.39 0.19
Hex 42 33 1D 0 17 38 4A 24 27 13
Octal 102 63 35 0 27 70 112 44 47 23
Binary 1000010 110011 11101 0 10111 111000 1001010 100100 100111 10011

Color Harmonies of #42331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42331D

Black with #42331D

Text Example


Text Example

White with #42331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42331D; }

 p { color: rgb(66,51,29); }

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

background-color css

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

 a { background-color: rgb(66,51,29); }

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

border-color css

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

 span { border-color: rgb(66,51,29); }

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