Html Css Color HEX #060B13 Black Pearl

📋 copy color: '#060B13'

red 6 ◦ green 11 ◦ blue 19

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

Shades of Black Pearl #060B13

Tints of Black Pearl #060B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 30.56%

 BLUE value IS 19 (7.81% from 255) = 52.78%

R = 16.67%
G = 30.56%
B = 52.78%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#060B13 (or 0x060B13) is known color: Black Pearl. HEX triplet: 06, 0B and 13. RGB value is (6,11,19). Sum of RGB (Red+Green+Blue) = 6+11+19=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #060B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B13 is #F9F4EC. Grayscale: #0A0A0A. Windows color (decimal): -16381165 or 1248006. OLE color: 1248006.

HSL color Cylindrical-coordinate representation of color #060B13: hue angle of 216.92º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #060B13 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 11 19 -
CMYK 0.68 0.42 0 0.93
HSL 216.92º 0.52% 0.05% -
HSV(B) 216.92º 0.68% 0.07% -
XYZ 0.31 0.33 0.66 -
YUV 10.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 6 11 19 0.68 0.42 0 0.93 216.92 0.52 0.05
Hex 6 B 13 44 2A 0 5D D9 34 5
Octal 6 13 23 104 52 0 135 331 64 5
Binary 110 1011 10011 1000100 101010 0 1011101 11011001 110100 101

Color Harmonies of #060B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060B13

Black with #060B13

Text Example


Text Example

White with #060B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060B13; }

 p { color: rgb(6,11,19); }

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

background-color css

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

 a { background-color: rgb(6,11,19); }

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

border-color css

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

 span { border-color: rgb(6,11,19); }

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