Html Css Color HEX #061121 Black Pearl

📋 copy color: '#061121'

red 6 ◦ green 17 ◦ blue 33

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

Shades of Black Pearl #061121

Tints of Black Pearl #061121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.36%

 BLUE value IS 33 (13.28% from 255) = 58.93%

R = 10.71%
G = 30.36%
B = 58.93%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061121 (or 0x061121) is known color: Black Pearl. HEX triplet: 06, 11 and 21. RGB value is (6,17,33). Sum of RGB (Red+Green+Blue) = 6+17+33=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #061121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061121 is #F9EEDE. Grayscale: #0F0F0F. Windows color (decimal): -16379615 or 2167046. OLE color: 2167046.

HSL color Cylindrical-coordinate representation of color #061121: hue angle of 215.56º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #061121 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 17 33 -
CMYK 0.82 0.48 0 0.87
HSL 215.56º 0.69% 0.08% -
HSV(B) 215.56º 0.82% 0.13% -
XYZ 0.55 0.55 1.52 -
YUV 15.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 6 17 33 0.82 0.48 0 0.87 215.56 0.69 0.08
Hex 6 11 21 52 30 0 57 D8 45 8
Octal 6 21 41 122 60 0 127 330 105 10
Binary 110 10001 100001 1010010 110000 0 1010111 11011000 1000101 1000

Color Harmonies of #061121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061121

Black with #061121

Text Example


Text Example

White with #061121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061121; }

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

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

background-color css

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

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

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

border-color css

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

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

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