Html Css Color HEX #1F4335 Burnham

📋 copy color: '#1F4335'

red 31 ◦ green 67 ◦ blue 53

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

Shades of Burnham #1F4335

Tints of Burnham #1F4335

RGB

 RED value IS 31 (12.5% from 255) = 20.53%

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

 BLUE value IS 53 (21.09% from 255) = 35.1%

R = 20.53%
G = 44.37%
B = 35.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#1F4335 (or 0x1F4335) is known color: Burnham. HEX triplet: 1F, 43 and 35. RGB value is (31,67,53). Sum of RGB (Red+Green+Blue) = 31+67+53=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4335 is #E0BCCA. Grayscale: #363636. Windows color (decimal): -14728395 or 3490591. OLE color: 3490591.

HSL color Cylindrical-coordinate representation of color #1F4335: hue angle of 156.67º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4335 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 31 67 53 -
CMYK 0.54 0 0.21 0.74
HSL 156.67º 0.37% 0.19% -
HSV(B) 156.67º 0.54% 0.26% -
XYZ 3.21 4.56 4.08 -
YUV 54.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 31 67 53 0.54 0 0.21 0.74 156.67 0.37 0.19
Hex 1F 43 35 36 0 15 4A 9D 25 13
Octal 37 103 65 66 0 25 112 235 45 23
Binary 11111 1000011 110101 110110 0 10101 1001010 10011101 100101 10011

Color Harmonies of #1F4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4335

Black with #1F4335

Text Example


Text Example

White with #1F4335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,67,53); }

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

background-color css

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

 a { background-color: rgb(31,67,53); }

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

border-color css

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

 span { border-color: rgb(31,67,53); }

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