Html Css Color HEX #41321E Clinker

📋 copy color: '#41321E'

red 65 ◦ green 50 ◦ blue 30

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

Shades of Clinker #41321E

Tints of Clinker #41321E

RGB

 RED value IS 65 (25.78% from 255) = 44.83%

 GREEN value IS 50 (19.92% from 255) = 34.48%

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

R = 44.83%
G = 34.48%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41321E (or 0x41321E) is known color: Clinker. HEX triplet: 41, 32 and 1E. RGB value is (65,50,30). Sum of RGB (Red+Green+Blue) = 65+50+30=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41321E is #BECDE1. Grayscale: #343434. Windows color (decimal): -12504546 or 1978945. OLE color: 1978945.

HSL color Cylindrical-coordinate representation of color #41321E: hue angle of 34.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41321E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 50 30 -
CMYK 0 0.23 0.54 0.75
HSL 34.29º 0.37% 0.19% -
HSV(B) 34.29º 0.54% 0.25% -
XYZ 3.55 3.5 1.72 -
YUV 52.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 65 50 30 0 0.23 0.54 0.75 34.29 0.37 0.19
Hex 41 32 1E 0 17 36 4B 22 25 13
Octal 101 62 36 0 27 66 113 42 45 23
Binary 1000001 110010 11110 0 10111 110110 1001011 100010 100101 10011

Color Harmonies of #41321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41321E

Black with #41321E

Text Example


Text Example

White with #41321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,50,30); }

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

background-color css

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

 a { background-color: rgb(65,50,30); }

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

border-color css

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

 span { border-color: rgb(65,50,30); }

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