Html Css Color HEX #021734 Black Pearl

📋 copy color: '#021734'

red 2 ◦ green 23 ◦ blue 52

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

Shades of Black Pearl #021734

Tints of Black Pearl #021734

RGB

 RED value IS 2 (1.17% from 255) = 2.6%

 GREEN value IS 23 (9.38% from 255) = 29.87%

 BLUE value IS 52 (20.7% from 255) = 67.53%

R = 2.6%
G = 29.87%
B = 67.53%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#021734 (or 0x021734) is known color: Black Pearl. HEX triplet: 02, 17 and 34. RGB value is (2,23,52). Sum of RGB (Red+Green+Blue) = 2+23+52=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #021734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021734 is #FDE8CB. Grayscale: #131313. Windows color (decimal): -16640204 or 3413762. OLE color: 3413762.

HSL color Cylindrical-coordinate representation of color #021734: hue angle of 214.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021734 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 23 52 -
CMYK 0.96 0.56 0 0.80
HSL 214.8º 0.93% 0.11% -
HSV(B) 214.8º 0.96% 0.2% -
XYZ 0.95 0.87 3.37 -
YUV 20.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 2 23 52 0.96 0.56 0 0.80 214.8 0.93 0.11
Hex 2 17 34 60 38 0 50 D7 5D B
Octal 2 27 64 140 70 0 120 327 135 13
Binary 10 10111 110100 1100000 111000 0 1010000 11010111 1011101 1011

Color Harmonies of #021734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021734

Black with #021734

Text Example


Text Example

White with #021734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021734; }

 p { color: rgb(2,23,52); }

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

background-color css

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

 a { background-color: rgb(2,23,52); }

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

border-color css

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

 span { border-color: rgb(2,23,52); }

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