Html Css Color HEX #061021 Black Pearl

📋 copy color: '#061021'

red 6 ◦ green 16 ◦ blue 33

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

Shades of Black Pearl #061021

Tints of Black Pearl #061021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.09%

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

R = 10.91%
G = 29.09%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061021 (or 0x061021) is known color: Black Pearl. HEX triplet: 06, 10 and 21. RGB value is (6,16,33). Sum of RGB (Red+Green+Blue) = 6+16+33=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #061021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061021 is #F9EFDE. Grayscale: #0E0E0E. Windows color (decimal): -16379871 or 2166790. OLE color: 2166790.

HSL color Cylindrical-coordinate representation of color #061021: hue angle of 217.78º 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 #061021 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 16 33 -
CMYK 0.82 0.52 0 0.87
HSL 217.78º 0.69% 0.08% -
HSV(B) 217.78º 0.82% 0.13% -
XYZ 0.53 0.52 1.51 -
YUV 14.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 6 16 33 0.82 0.52 0 0.87 217.78 0.69 0.08
Hex 6 10 21 52 34 0 57 DA 45 8
Octal 6 20 41 122 64 0 127 332 105 10
Binary 110 10000 100001 1010010 110100 0 1010111 11011010 1000101 1000

Color Harmonies of #061021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061021

Black with #061021

Text Example


Text Example

White with #061021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061021; }

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

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

background-color css

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

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

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

border-color css

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

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

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