Html Css Color HEX #05212E Black Pearl

📋 copy color: '#05212E'

red 5 ◦ green 33 ◦ blue 46

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

Shades of Black Pearl #05212E

Tints of Black Pearl #05212E

RGB

 RED value IS 5 (2.34% from 255) = 5.95%

 GREEN value IS 33 (13.28% from 255) = 39.29%

 BLUE value IS 46 (18.36% from 255) = 54.76%

R = 5.95%
G = 39.29%
B = 54.76%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#05212E (or 0x05212E) is known color: Black Pearl. HEX triplet: 05, 21 and 2E. RGB value is (5,33,46). Sum of RGB (Red+Green+Blue) = 5+33+46=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #05212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05212E is #FADED1. Grayscale: #1A1A1A. Windows color (decimal): -16441042 or 3023109. OLE color: 3023109.

HSL color Cylindrical-coordinate representation of color #05212E: hue angle of 199.02º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05212E is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 33 46 -
CMYK 0.89 0.28 0 0.82
HSL 199.02º 0.8% 0.1% -
HSV(B) 199.02º 0.89% 0.18% -
XYZ 1.1 1.32 2.78 -
YUV 26.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 5 33 46 0.89 0.28 0 0.82 199.02 0.8 0.1
Hex 5 21 2E 59 1C 0 52 C7 50 A
Octal 5 41 56 131 34 0 122 307 120 12
Binary 101 100001 101110 1011001 11100 0 1010010 11000111 1010000 1010

Color Harmonies of #05212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05212E

Black with #05212E

Text Example


Text Example

White with #05212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05212E; }

 p { color: rgb(5,33,46); }

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

background-color css

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

 a { background-color: rgb(5,33,46); }

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

border-color css

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

 span { border-color: rgb(5,33,46); }

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