Html Css Color HEX #1B4331 Zuccini

📋 copy color: '#1B4331'

red 27 ◦ green 67 ◦ blue 49

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

Shades of Zuccini #1B4331

Tints of Zuccini #1B4331

RGB

 RED value IS 27 (10.94% from 255) = 18.88%

 GREEN value IS 67 (26.56% from 255) = 46.85%

 BLUE value IS 49 (19.53% from 255) = 34.27%

R = 18.88%
G = 46.85%
B = 34.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#1B4331 (or 0x1B4331) is known color: Zuccini. HEX triplet: 1B, 43 and 31. RGB value is (27,67,49). Sum of RGB (Red+Green+Blue) = 27+67+49=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #1B4331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4331 is #E4BCCE. Grayscale: #353535. Windows color (decimal): -14990543 or 3228443. OLE color: 3228443.

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

Color convert

RGB 27 67 49 -
CMYK 0.60 0 0.27 0.74
HSL 153º 0.43% 0.18% -
HSV(B) 153º 0.6% 0.26% -
XYZ 3.01 4.47 3.61 -
YUV 52.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 27 67 49 0.60 0 0.27 0.74 153 0.43 0.18
Hex 1B 43 31 3C 0 1B 4A 99 2B 12
Octal 33 103 61 74 0 33 112 231 53 22
Binary 11011 1000011 110001 111100 0 11011 1001010 10011001 101011 10010

Color Harmonies of #1B4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4331

Black with #1B4331

Text Example


Text Example

White with #1B4331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,67,49); }

 H1.HeaderClassName
 {
   color: #1B4331;
 }
 .AnyTagClassName
 {
   color: #1B4331;
 }
</style>

background-color css

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

 a { background-color: rgb(27,67,49); }

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

border-color css

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

 span { border-color: rgb(27,67,49); }

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