Html Css Color HEX #062A38 Black Pearl

📋 copy color: '#062A38'

red 6 ◦ green 42 ◦ blue 56

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

Shades of Black Pearl #062A38

Tints of Black Pearl #062A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 40.38%

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 5.77%
G = 40.38%
B = 53.85%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#062A38 (or 0x062A38) is known color: Black Pearl. HEX triplet: 06, 2A and 38. RGB value is (6,42,56). Sum of RGB (Red+Green+Blue) = 6+42+56=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #062A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A38 is #F9D5C7. Grayscale: #202020. Windows color (decimal): -16373192 or 3680774. OLE color: 3680774.

HSL color Cylindrical-coordinate representation of color #062A38: hue angle of 196.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062A38 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 42 56 -
CMYK 0.89 0.25 0 0.78
HSL 196.8º 0.81% 0.12% -
HSV(B) 196.8º 0.89% 0.22% -
XYZ 1.62 1.98 4.04 -
YUV 32.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 6 42 56 0.89 0.25 0 0.78 196.8 0.81 0.12
Hex 6 2A 38 59 19 0 4E C5 51 C
Octal 6 52 70 131 31 0 116 305 121 14
Binary 110 101010 111000 1011001 11001 0 1001110 11000101 1010001 1100

Color Harmonies of #062A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A38

Black with #062A38

Text Example


Text Example

White with #062A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062A38; }

 p { color: rgb(6,42,56); }

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

background-color css

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

 a { background-color: rgb(6,42,56); }

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

border-color css

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

 span { border-color: rgb(6,42,56); }

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