Html Css Color HEX #41301A Clinker

📋 copy color: '#41301A'

red 65 ◦ green 48 ◦ blue 26

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

Shades of Clinker #41301A

Tints of Clinker #41301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 46.76%
G = 34.53%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41301A (or 0x41301A) is known color: Clinker. HEX triplet: 41, 30 and 1A. RGB value is (65,48,26). Sum of RGB (Red+Green+Blue) = 65+48+26=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #41301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301A is #BECFE5. Grayscale: #323232. Windows color (decimal): -12505062 or 1716289. OLE color: 1716289.

HSL color Cylindrical-coordinate representation of color #41301A: hue angle of 33.85º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41301A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 26 -
CMYK 0 0.26 0.60 0.75
HSL 33.85º 0.43% 0.18% -
HSV(B) 33.85º 0.6% 0.25% -
XYZ 3.42 3.31 1.44 -
YUV 50.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 65 48 26 0 0.26 0.60 0.75 33.85 0.43 0.18
Hex 41 30 1A 0 1A 3C 4B 22 2B 12
Octal 101 60 32 0 32 74 113 42 53 22
Binary 1000001 110000 11010 0 11010 111100 1001011 100010 101011 10010

Color Harmonies of #41301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41301A

Black with #41301A

Text Example


Text Example

White with #41301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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