Html Css Color HEX #1B2321 Racing Green

📋 copy color: '#1B2321'

red 27 ◦ green 35 ◦ blue 33

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

Shades of Racing Green #1B2321

Tints of Racing Green #1B2321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.84%

 BLUE value IS 33 (13.28% from 255) = 34.74%

R = 28.42%
G = 36.84%
B = 34.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#1B2321 (or 0x1B2321) is known color: Racing Green. HEX triplet: 1B, 23 and 21. RGB value is (27,35,33). Sum of RGB (Red+Green+Blue) = 27+35+33=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2321 is #E4DCDE. Grayscale: #202020. Windows color (decimal): -14998751 or 2171675. OLE color: 2171675.

HSL color Cylindrical-coordinate representation of color #1B2321: hue angle of 165º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1B2321 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 35 33 -
CMYK 0.23 0 0.06 0.86
HSL 165º 0.13% 0.12% -
HSV(B) 165º 0.23% 0.14% -
XYZ 1.33 1.54 1.67 -
YUV 32.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 27 35 33 0.23 0 0.06 0.86 165 0.13 0.12
Hex 1B 23 21 17 0 6 56 A5 D C
Octal 33 43 41 27 0 6 126 245 15 14
Binary 11011 100011 100001 10111 0 110 1010110 10100101 1101 1100

Color Harmonies of #1B2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2321

Black with #1B2321

Text Example


Text Example

White with #1B2321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,35,33); }

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

background-color css

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

 a { background-color: rgb(27,35,33); }

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

border-color css

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

 span { border-color: rgb(27,35,33); }

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