#1B402C

Color #1B402C Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #1B402C

Tints of Zuccini #1B402C

Color information

#1B402C (or 0x1B402C) is unknown color: approx Zuccini. HEX triplet: 1B, 40 and 2C. RGB value is (27,64,44). Sum of RGB (Red+Green+Blue) = 27+64+44=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #1B402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B402C is #E4BFD3. Grayscale: #323232. Windows color (decimal): -14991316 or 2899995. OLE color: 2899995.

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

Color convert

RGB276444-
CMYK0.5800.310.75
HSL147.57º40.66%17.84%-
HSV(B)147.57º57.81%25.1%-
XYZ2.744.083.03-
YUV50.66124.24111.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=20%
G=47.41%
B=32.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764440.5800.310.75147.5740.6617.84
Hex1B402C3A01F4B942912
Octal3310054720371132245122
Binary11011100000010110011101001111110010111001010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B402C; }

 p { color: rgb(27,64,44); }

 H1.HeaderClassName
 {
   color: #1B402C;
 }
 .AnyTagClassName
 {
   color: #1B402C;
 }
</style>
background-color css

<style>
 a { background-color: #1B402C; }

 a { background-color: rgb(27,64,44); }

 div.DivClassName
 {
   background-color: #1B402C;
 }
 .BgClassName
 {
   background-color: #1B402C;
 }
</style>
border-color css

<style>
 span { border-color: #1B402C; }

 span { border-color: rgb(27,64,44); }

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