#001F33

Color #001F33 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #001F33

Tints of Black Pearl #001F33

Color information

#001F33 (or 0x001F33) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 33. RGB value is (0,31,51). Sum of RGB (Red+Green+Blue) = 0+31+51=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #001F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F33 is #FFE0CC. Grayscale: #171717. Windows color (decimal): -16769229 or 3350272. OLE color: 3350272.

HSL color Cylindrical-coordinate representation of color #001F33: hue angle of 203.53º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F33 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB03151-
CMYK10.3900.8
HSL203.53º100%10%-
HSV(B)203.53º100%20%-
XYZ1.091.223.31-
YUV24.01143.23110.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 51 (20.31% from 255) = 62.20%
R=0%
G=37.80%
B=62.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal0315110.3900.8203.5310010
Hex01F336427050cc64a
Octal0376314447012031414412
Binary0111111100111100100100111010100001100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001F33; }

 p { color: rgb(0,31,51); }

 H1.HeaderClassName
 {
   color: #001F33;
 }
 .AnyTagClassName
 {
   color: #001F33;
 }
</style>
background-color css

<style>
 a { background-color: #001F33; }

 a { background-color: rgb(0,31,51); }

 div.DivClassName
 {
   background-color: #001F33;
 }
 .BgClassName
 {
   background-color: #001F33;
 }
</style>
border-color css

<style>
 span { border-color: #001F33; }

 span { border-color: rgb(0,31,51); }

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