#062135

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

Shades of Black Pearl #062135

Tints of Black Pearl #062135

Color information

#062135 (or 0x062135) is unknown color: approx Black Pearl. HEX triplet: 06, 21 and 35. RGB value is (6,33,53). Sum of RGB (Red+Green+Blue) = 6+33+53=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #062135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062135 is #F9DECA. Grayscale: #1B1B1B. Windows color (decimal): -16375499 or 3481862. OLE color: 3481862.

HSL color Cylindrical-coordinate representation of color #062135: hue angle of 205.53º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062135 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB63353-
CMYK0.890.3800.79
HSL205.53º79.66%11.57%-
HSV(B)205.53º88.68%20.78%-
XYZ1.261.383.57-
YUV27.21142.55112.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 53 (21.09% from 255) = 57.61%
R=6.52%
G=35.87%
B=57.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal633530.890.3800.79205.5379.6611.57
Hex62135592604Fce50c
Octal6416513146011731612014
Binary1101000011101011011001100110010011111100111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062135; }

 p { color: rgb(6,33,53); }

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

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

 a { background-color: rgb(6,33,53); }

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

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

 span { border-color: rgb(6,33,53); }

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