Html Css Color HEX #41331F Clinker

📋 copy color: '#41331F'

red 65 ◦ green 51 ◦ blue 31

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

Shades of Clinker #41331F

Tints of Clinker #41331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.69%

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 44.22%
G = 34.69%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41331F (or 0x41331F) is known color: Clinker. HEX triplet: 41, 33 and 1F. RGB value is (65,51,31). Sum of RGB (Red+Green+Blue) = 65+51+31=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41331F is #BECCE0. Grayscale: #353535. Windows color (decimal): -12504289 or 2044737. OLE color: 2044737.

HSL color Cylindrical-coordinate representation of color #41331F: hue angle of 35.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41331F is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 31 -
CMYK 0 0.22 0.52 0.75
HSL 35.29º 0.35% 0.19% -
HSV(B) 35.29º 0.52% 0.25% -
XYZ 3.61 3.59 1.8 -
YUV 52.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 65 51 31 0 0.22 0.52 0.75 35.29 0.35 0.19
Hex 41 33 1F 0 16 34 4B 23 23 13
Octal 101 63 37 0 26 64 113 43 43 23
Binary 1000001 110011 11111 0 10110 110100 1001011 100011 100011 10011

Color Harmonies of #41331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41331F

Black with #41331F

Text Example


Text Example

White with #41331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41331F; }

 p { color: rgb(65,51,31); }

 H1.HeaderClassName
 {
   color: #41331F;
 }
 .AnyTagClassName
 {
   color: #41331F;
 }
</style>

background-color css

<style>
 a { background-color: #41331F; }

 a { background-color: rgb(65,51,31); }

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

border-color css

<style>
 span { border-color: #41331F; }

 span { border-color: rgb(65,51,31); }

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