Html Css Color HEX #062335 Black Pearl

📋 copy color: '#062335'

red 6 ◦ green 35 ◦ blue 53

#062335
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #062335

Tints of Black Pearl #062335

RGB

 RED value IS 6 (2.73% from 255) = 6.38%

 GREEN value IS 35 (14.06% from 255) = 37.23%

 BLUE value IS 53 (21.09% from 255) = 56.38%

R = 6.38%
G = 37.23%
B = 56.38%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#062335 (or 0x062335) is known color: Black Pearl. HEX triplet: 06, 23 and 35. RGB value is (6,35,53). Sum of RGB (Red+Green+Blue) = 6+35+53=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #062335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062335 is #F9DCCA. Grayscale: #1C1C1C. Windows color (decimal): -16374987 or 3482374. OLE color: 3482374.

HSL color Cylindrical-coordinate representation of color #062335: hue angle of 202.98º 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 #062335 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 35 53 -
CMYK 0.89 0.34 0 0.79
HSL 202.98º 0.8% 0.12% -
HSV(B) 202.98º 0.89% 0.21% -
XYZ 1.32 1.5 3.59 -
YUV 28.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 6 35 53 0.89 0.34 0 0.79 202.98 0.8 0.12
Hex 6 23 35 59 22 0 4F CB 50 C
Octal 6 43 65 131 42 0 117 313 120 14
Binary 110 100011 110101 1011001 100010 0 1001111 11001011 1010000 1100

Color Harmonies of #062335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062335

Black with #062335

Text Example


Text Example

White with #062335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062335; }

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

 H1.HeaderClassName
 {
   color: #062335;
 }
 .AnyTagClassName
 {
   color: #062335;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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