Html Css Color HEX #41311B Clinker

📋 copy color: '#41311B'

red 65 ◦ green 49 ◦ blue 27

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

Shades of Clinker #41311B

Tints of Clinker #41311B

RGB

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

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

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

R = 46.1%
G = 34.75%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41311B (or 0x41311B) is known color: Clinker. HEX triplet: 41, 31 and 1B. RGB value is (65,49,27). Sum of RGB (Red+Green+Blue) = 65+49+27=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311B is #BECEE4. Grayscale: #333333. Windows color (decimal): -12504805 or 1782081. OLE color: 1782081.

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

Color convert

RGB 65 49 27 -
CMYK 0 0.25 0.58 0.75
HSL 34.74º 0.41% 0.18% -
HSV(B) 34.74º 0.58% 0.25% -
XYZ 3.48 3.4 1.51 -
YUV 51.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 65 49 27 0 0.25 0.58 0.75 34.74 0.41 0.18
Hex 41 31 1B 0 19 3A 4B 23 29 12
Octal 101 61 33 0 31 72 113 43 51 22
Binary 1000001 110001 11011 0 11001 111010 1001011 100011 101001 10010

Color Harmonies of #41311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41311B

Black with #41311B

Text Example


Text Example

White with #41311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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