#42331D

Color #42331D Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #42331D

Tints of Clinker #42331D

Color information

#42331D (or 0x42331D) is unknown color: approx 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

RGB665129-
CMYK00.230.560.74
HSL35.68º38.95%18.63%-
HSV(B)35.68º56.06%25.88%-
XYZ3.653.611.67-
YUV52.98114.47137.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66512900.230.560.7435.6838.9518.63
Hex42331D017384A242713
Octal102633502770112444723
Binary100001011001111101010111111000100101010010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>