Html Css Color HEX #42301A Clinker

📋 copy color: '#42301A'

red 66 ◦ green 48 ◦ blue 26

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

Shades of Clinker #42301A

Tints of Clinker #42301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 47.14%
G = 34.29%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#42301A (or 0x42301A) is known color: Clinker. HEX triplet: 42, 30 and 1A. RGB value is (66,48,26). Sum of RGB (Red+Green+Blue) = 66+48+26=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #42301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42301A is #BDCFE5. Grayscale: #323232. Windows color (decimal): -12439526 or 1716290. OLE color: 1716290.

HSL color Cylindrical-coordinate representation of color #42301A: hue angle of 33º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42301A is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 48 26 -
CMYK 0 0.27 0.61 0.74
HSL 33º 0.43% 0.18% -
HSV(B) 33º 0.61% 0.26% -
XYZ 3.49 3.35 1.44 -
YUV 50.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 66 48 26 0 0.27 0.61 0.74 33 0.43 0.18
Hex 42 30 1A 0 1B 3D 4A 21 2B 12
Octal 102 60 32 0 33 75 112 41 53 22
Binary 1000010 110000 11010 0 11011 111101 1001010 100001 101011 10010

Color Harmonies of #42301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42301A

Black with #42301A

Text Example


Text Example

White with #42301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42301A; }

 p { color: rgb(66,48,26); }

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

background-color css

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

 a { background-color: rgb(66,48,26); }

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

border-color css

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

 span { border-color: rgb(66,48,26); }

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