Html Css Color HEX #1F3039 Tangaroa

📋 copy color: '#1F3039'

red 31 ◦ green 48 ◦ blue 57

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

Shades of Tangaroa #1F3039

Tints of Tangaroa #1F3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

 BLUE value IS 57 (22.66% from 255) = 41.91%

R = 22.79%
G = 35.29%
B = 41.91%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F3039 (or 0x1F3039) is known color: Tangaroa. HEX triplet: 1F, 30 and 39. RGB value is (31,48,57). Sum of RGB (Red+Green+Blue) = 31+48+57=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3039 is #E0CFC6. Grayscale: #2B2B2B. Windows color (decimal): -14733255 or 3747871. OLE color: 3747871.

HSL color Cylindrical-coordinate representation of color #1F3039: hue angle of 200.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F3039 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 48 57 -
CMYK 0.46 0.16 0 0.78
HSL 200.77º 0.3% 0.17% -
HSV(B) 200.77º 0.46% 0.22% -
XYZ 2.36 2.7 4.27 -
YUV 43.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 31 48 57 0.46 0.16 0 0.78 200.77 0.3 0.17
Hex 1F 30 39 2E 10 0 4E C9 1E 11
Octal 37 60 71 56 20 0 116 311 36 21
Binary 11111 110000 111001 101110 10000 0 1001110 11001001 11110 10001

Color Harmonies of #1F3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3039

Black with #1F3039

Text Example


Text Example

White with #1F3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,57); }

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

background-color css

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

 a { background-color: rgb(31,48,57); }

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

border-color css

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

 span { border-color: rgb(31,48,57); }

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