#001933

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

Shades of Black Pearl #001933

Tints of Black Pearl #001933

Color information

#001933 (or 0x001933) is unknown color: approx Black Pearl. HEX triplet: 00, 19 and 33. RGB value is (0,25,51). Sum of RGB (Red+Green+Blue) = 0+25+51=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #001933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001933 is #FFE6CC. Grayscale: #141414. Windows color (decimal): -16770765 or 3348736. OLE color: 3348736.

HSL color Cylindrical-coordinate representation of color #001933: hue angle of 210.59º 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 #001933 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB02551-
CMYK10.5100.8
HSL210.59º100%10%-
HSV(B)210.59º100%20%-
XYZ0.950.933.26-
YUV20.49145.22113.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 51 (20.31% from 255) = 67.11%
R=0%
G=32.89%
B=67.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal0255110.5100.8210.5910010
Hex019336433050d364a
Octal0316314463012032314412
Binary0110011100111100100110011010100001101001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001933; }

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

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

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

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

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

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

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

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