Html Css Color HEX #11412A Zuccini

📋 copy color: '#11412A'

red 17 ◦ green 65 ◦ blue 42

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

Shades of Zuccini #11412A

Tints of Zuccini #11412A

RGB

 RED value IS 17 (7.03% from 255) = 13.71%

 GREEN value IS 65 (25.78% from 255) = 52.42%

 BLUE value IS 42 (16.8% from 255) = 33.87%

R = 13.71%
G = 52.42%
B = 33.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#11412A (or 0x11412A) is known color: Zuccini. HEX triplet: 11, 41 and 2A. RGB value is (17,65,42). Sum of RGB (Red+Green+Blue) = 17+65+42=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #11412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11412A is #EEBED5. Grayscale: #303030. Windows color (decimal): -15646422 or 2769169. OLE color: 2769169.

HSL color Cylindrical-coordinate representation of color #11412A: hue angle of 151.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11412A is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 42 -
CMYK 0.74 0 0.35 0.75
HSL 151.25º 0.59% 0.16% -
HSV(B) 151.25º 0.74% 0.25% -
XYZ 2.54 4.07 2.84 -
YUV 48.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 17 65 42 0.74 0 0.35 0.75 151.25 0.59 0.16
Hex 11 41 2A 4A 0 23 4B 97 3B 10
Octal 21 101 52 112 0 43 113 227 73 20
Binary 10001 1000001 101010 1001010 0 100011 1001011 10010111 111011 10000

Color Harmonies of #11412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11412A

Black with #11412A

Text Example


Text Example

White with #11412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,65,42); }

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

background-color css

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

 a { background-color: rgb(17,65,42); }

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

border-color css

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

 span { border-color: rgb(17,65,42); }

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