Html Css Color HEX #43301B Clinker

📋 copy color: '#43301B'

red 67 ◦ green 48 ◦ blue 27

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

Shades of Clinker #43301B

Tints of Clinker #43301B

RGB

 RED value IS 67 (26.56% from 255) = 47.18%

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

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 47.18%
G = 33.8%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#43301B (or 0x43301B) is known color: Clinker. HEX triplet: 43, 30 and 1B. RGB value is (67,48,27). Sum of RGB (Red+Green+Blue) = 67+48+27=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #43301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43301B is #BCCFE4. Grayscale: #333333. Windows color (decimal): -12373989 or 1781827. OLE color: 1781827.

HSL color Cylindrical-coordinate representation of color #43301B: hue angle of 31.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43301B is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 48 27 -
CMYK 0 0.28 0.60 0.74
HSL 31.5º 0.43% 0.18% -
HSV(B) 31.5º 0.6% 0.26% -
XYZ 3.57 3.39 1.5 -
YUV 51.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 67 48 27 0 0.28 0.60 0.74 31.5 0.43 0.18
Hex 43 30 1B 0 1C 3C 4A 1F 2B 12
Octal 103 60 33 0 34 74 112 37 53 22
Binary 1000011 110000 11011 0 11100 111100 1001010 11111 101011 10010

Color Harmonies of #43301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43301B

Black with #43301B

Text Example


Text Example

White with #43301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43301B; }

 p { color: rgb(67,48,27); }

 H1.HeaderClassName
 {
   color: #43301B;
 }
 .AnyTagClassName
 {
   color: #43301B;
 }
</style>

background-color css

<style>
 a { background-color: #43301B; }

 a { background-color: rgb(67,48,27); }

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

border-color css

<style>
 span { border-color: #43301B; }

 span { border-color: rgb(67,48,27); }

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