Html Css Color HEX #10412B Zuccini

📋 copy color: '#10412B'

red 16 ◦ green 65 ◦ blue 43

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

Shades of Zuccini #10412B

Tints of Zuccini #10412B

RGB

 RED value IS 16 (6.64% from 255) = 12.9%

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

 BLUE value IS 43 (17.19% from 255) = 34.68%

R = 12.9%
G = 52.42%
B = 34.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#10412B (or 0x10412B) is known color: Zuccini. HEX triplet: 10, 41 and 2B. RGB value is (16,65,43). Sum of RGB (Red+Green+Blue) = 16+65+43=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #10412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10412B is #EFBED4. Grayscale: #2F2F2F. Windows color (decimal): -15711957 or 2834704. OLE color: 2834704.

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

Color convert

RGB 16 65 43 -
CMYK 0.75 0 0.34 0.75
HSL 153.06º 0.6% 0.16% -
HSV(B) 153.06º 0.75% 0.25% -
XYZ 2.54 4.07 2.94 -
YUV 47.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 16 65 43 0.75 0 0.34 0.75 153.06 0.6 0.16
Hex 10 41 2B 4B 0 22 4B 99 3C 10
Octal 20 101 53 113 0 42 113 231 74 20
Binary 10000 1000001 101011 1001011 0 100010 1001011 10011001 111100 10000

Color Harmonies of #10412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10412B

Black with #10412B

Text Example


Text Example

White with #10412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,65,43); }

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

background-color css

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

 a { background-color: rgb(16,65,43); }

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

border-color css

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

 span { border-color: rgb(16,65,43); }

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