Html Css Color HEX #41311C Clinker

📋 copy color: '#41311C'

red 65 ◦ green 49 ◦ blue 28

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

Shades of Clinker #41311C

Tints of Clinker #41311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.51%

 BLUE value IS 28 (11.33% from 255) = 19.72%

R = 45.77%
G = 34.51%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41311C (or 0x41311C) is known color: Clinker. HEX triplet: 41, 31 and 1C. RGB value is (65,49,28). Sum of RGB (Red+Green+Blue) = 65+49+28=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311C is #BECEE3. Grayscale: #333333. Windows color (decimal): -12504804 or 1847617. OLE color: 1847617.

HSL color Cylindrical-coordinate representation of color #41311C: hue angle of 34.05º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41311C is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 28 -
CMYK 0 0.25 0.57 0.75
HSL 34.05º 0.4% 0.18% -
HSV(B) 34.05º 0.57% 0.25% -
XYZ 3.49 3.4 1.57 -
YUV 51.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 65 49 28 0 0.25 0.57 0.75 34.05 0.4 0.18
Hex 41 31 1C 0 19 39 4B 22 28 12
Octal 101 61 34 0 31 71 113 42 50 22
Binary 1000001 110001 11100 0 11001 111001 1001011 100010 101000 10010

Color Harmonies of #41311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41311C

Black with #41311C

Text Example


Text Example

White with #41311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41311C; }

 p { color: rgb(65,49,28); }

 H1.HeaderClassName
 {
   color: #41311C;
 }
 .AnyTagClassName
 {
   color: #41311C;
 }
</style>

background-color css

<style>
 a { background-color: #41311C; }

 a { background-color: rgb(65,49,28); }

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

border-color css

<style>
 span { border-color: #41311C; }

 span { border-color: rgb(65,49,28); }

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