#001F30

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

Shades of Black Pearl #001F30

Tints of Black Pearl #001F30

Color information

#001F30 (or 0x001F30) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 30. RGB value is (0,31,48). Sum of RGB (Red+Green+Blue) = 0+31+48=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #001F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F30 is #FFE0CF. Grayscale: #171717. Windows color (decimal): -16769232 or 3153664. OLE color: 3153664.

HSL color Cylindrical-coordinate representation of color #001F30: hue angle of 201.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F30 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB03148-
CMYK10.3500.81
HSL201.25º100%9.41%-
HSV(B)201.25º100%18.82%-
XYZ1.021.192.97-
YUV23.67141.73111.12-

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) = 39.24%
BLUE value IS 48 (19.14% from 255) = 60.76%
R=0%
G=39.24%
B=60.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0314810.3500.81201.251009.41
Hex01F306423051c9649
Octal0376014443012131114411
Binary0111111100001100100100011010100011100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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