Html Css Color HEX #42331E Clinker

📋 copy color: '#42331E'

red 66 ◦ green 51 ◦ blue 30

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

Shades of Clinker #42331E

Tints of Clinker #42331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 44.9%
G = 34.69%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#42331E (or 0x42331E) is known color: Clinker. HEX triplet: 42, 33 and 1E. RGB value is (66,51,30). Sum of RGB (Red+Green+Blue) = 66+51+30=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42331E is #BDCCE1. Grayscale: #353535. Windows color (decimal): -12438754 or 1979202. OLE color: 1979202.

HSL color Cylindrical-coordinate representation of color #42331E: hue angle of 35º 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 #42331E is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 51 30 -
CMYK 0 0.23 0.55 0.74
HSL 35º 0.38% 0.19% -
HSV(B) 35º 0.55% 0.26% -
XYZ 3.66 3.62 1.73 -
YUV 53.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 66 51 30 0 0.23 0.55 0.74 35 0.38 0.19
Hex 42 33 1E 0 17 37 4A 23 26 13
Octal 102 63 36 0 27 67 112 43 46 23
Binary 1000010 110011 11110 0 10111 110111 1001010 100011 100110 10011

Color Harmonies of #42331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42331E

Black with #42331E

Text Example


Text Example

White with #42331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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