#001B35

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

Shades of Black Pearl #001B35

Tints of Black Pearl #001B35

Color information

#001B35 (or 0x001B35) is unknown color: approx Black Pearl. HEX triplet: 00, 1B and 35. RGB value is (0,27,53). Sum of RGB (Red+Green+Blue) = 0+27+53=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #001B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B35 is #FFE4CA. Grayscale: #151515. Windows color (decimal): -16770251 or 3480320. OLE color: 3480320.

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

Color convert

RGB02753-
CMYK10.4900.79
HSL209.43º100%10.39%-
HSV(B)209.43º100%20.78%-
XYZ1.031.043.51-
YUV21.89145.55112.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 33.75%
BLUE value IS 53 (21.09% from 255) = 66.25%
R=0%
G=33.75%
B=66.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0275310.4900.79209.4310010.39
Hex01B35643104Fd164a
Octal0336514461011732114412
Binary0110111101011100100110001010011111101000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,27,53); }

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

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

 a { background-color: rgb(0,27,53); }

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

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

 span { border-color: rgb(0,27,53); }

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