Html Css Color HEX #1F4132 Burnham

📋 copy color: '#1F4132'

red 31 ◦ green 65 ◦ blue 50

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

Shades of Burnham #1F4132

Tints of Burnham #1F4132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 34.25%

R = 21.23%
G = 44.52%
B = 34.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#1F4132 (or 0x1F4132) is known color: Burnham. HEX triplet: 1F, 41 and 32. RGB value is (31,65,50). Sum of RGB (Red+Green+Blue) = 31+65+50=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4132 is #E0BECD. Grayscale: #353535. Windows color (decimal): -14728910 or 3293471. OLE color: 3293471.

HSL color Cylindrical-coordinate representation of color #1F4132: hue angle of 153.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4132 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 65 50 -
CMYK 0.52 0 0.23 0.75
HSL 153.53º 0.35% 0.19% -
HSV(B) 153.53º 0.52% 0.25% -
XYZ 3.03 4.3 3.69 -
YUV 53.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 31 65 50 0.52 0 0.23 0.75 153.53 0.35 0.19
Hex 1F 41 32 34 0 17 4B 9A 23 13
Octal 37 101 62 64 0 27 113 232 43 23
Binary 11111 1000001 110010 110100 0 10111 1001011 10011010 100011 10011

Color Harmonies of #1F4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4132

Black with #1F4132

Text Example


Text Example

White with #1F4132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,50); }

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

background-color css

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

 a { background-color: rgb(31,65,50); }

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

border-color css

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

 span { border-color: rgb(31,65,50); }

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