Html Css Color HEX #021326 Black Pearl

📋 copy color: '#021326'

red 2 ◦ green 19 ◦ blue 38

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

Shades of Black Pearl #021326

Tints of Black Pearl #021326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.2%

 BLUE value IS 38 (15.23% from 255) = 64.41%

R = 3.39%
G = 32.2%
B = 64.41%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#021326 (or 0x021326) is known color: Black Pearl. HEX triplet: 02, 13 and 26. RGB value is (2,19,38). Sum of RGB (Red+Green+Blue) = 2+19+38=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #021326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021326 is #FDECD9. Grayscale: #0F0F0F. Windows color (decimal): -16641242 or 2495234. OLE color: 2495234.

HSL color Cylindrical-coordinate representation of color #021326: hue angle of 211.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021326 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 19 38 -
CMYK 0.95 0.50 0 0.85
HSL 211.67º 0.9% 0.08% -
HSV(B) 211.67º 0.95% 0.15% -
XYZ 0.61 0.62 1.92 -
YUV 16.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 2 19 38 0.95 0.50 0 0.85 211.67 0.9 0.08
Hex 2 13 26 5F 32 0 55 D4 5A 8
Octal 2 23 46 137 62 0 125 324 132 10
Binary 10 10011 100110 1011111 110010 0 1010101 11010100 1011010 1000

Color Harmonies of #021326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021326

Black with #021326

Text Example


Text Example

White with #021326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021326; }

 p { color: rgb(2,19,38); }

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

background-color css

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

 a { background-color: rgb(2,19,38); }

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

border-color css

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

 span { border-color: rgb(2,19,38); }

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