Html Css Color HEX #41301B Clinker

📋 copy color: '#41301B'

red 65 ◦ green 48 ◦ blue 27

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

Shades of Clinker #41301B

Tints of Clinker #41301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

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

R = 46.43%
G = 34.29%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41301B (or 0x41301B) is known color: Clinker. HEX triplet: 41, 30 and 1B. RGB value is (65,48,27). Sum of RGB (Red+Green+Blue) = 65+48+27=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301B is #BECFE4. Grayscale: #323232. Windows color (decimal): -12505061 or 1781825. OLE color: 1781825.

HSL color Cylindrical-coordinate representation of color #41301B: hue angle of 33.16º 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 #41301B is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 27 -
CMYK 0 0.26 0.58 0.75
HSL 33.16º 0.41% 0.18% -
HSV(B) 33.16º 0.58% 0.25% -
XYZ 3.43 3.32 1.5 -
YUV 50.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 65 48 27 0 0.26 0.58 0.75 33.16 0.41 0.18
Hex 41 30 1B 0 1A 3A 4B 21 29 12
Octal 101 60 33 0 32 72 113 41 51 22
Binary 1000001 110000 11011 0 11010 111010 1001011 100001 101001 10010

Color Harmonies of #41301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41301B

Black with #41301B

Text Example


Text Example

White with #41301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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