Html Css Color HEX #41311D Clinker

📋 copy color: '#41311D'

red 65 ◦ green 49 ◦ blue 29

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

Shades of Clinker #41311D

Tints of Clinker #41311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 45.45%
G = 34.27%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41311D (or 0x41311D) is known color: Clinker. HEX triplet: 41, 31 and 1D. RGB value is (65,49,29). Sum of RGB (Red+Green+Blue) = 65+49+29=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311D is #BECEE2. Grayscale: #333333. Windows color (decimal): -12504803 or 1913153. OLE color: 1913153.

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

Color convert

RGB 65 49 29 -
CMYK 0 0.25 0.55 0.75
HSL 33.33º 0.38% 0.18% -
HSV(B) 33.33º 0.55% 0.25% -
XYZ 3.5 3.41 1.64 -
YUV 51.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 65 49 29 0 0.25 0.55 0.75 33.33 0.38 0.18
Hex 41 31 1D 0 19 37 4B 21 26 12
Octal 101 61 35 0 31 67 113 41 46 22
Binary 1000001 110001 11101 0 11001 110111 1001011 100001 100110 10010

Color Harmonies of #41311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41311D

Black with #41311D

Text Example


Text Example

White with #41311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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