Html Css Color HEX #022530 Black Pearl

📋 copy color: '#022530'

red 2 ◦ green 37 ◦ blue 48

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

Shades of Black Pearl #022530

Tints of Black Pearl #022530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.53%

 BLUE value IS 48 (19.14% from 255) = 55.17%

R = 2.3%
G = 42.53%
B = 55.17%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#022530 (or 0x022530) is known color: Black Pearl. HEX triplet: 02, 25 and 30. RGB value is (2,37,48). Sum of RGB (Red+Green+Blue) = 2+37+48=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #022530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022530 is #FDDACF. Grayscale: #1B1B1B. Windows color (decimal): -16636624 or 3155202. OLE color: 3155202.

HSL color Cylindrical-coordinate representation of color #022530: hue angle of 194.35º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022530 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 37 48 -
CMYK 0.96 0.23 0 0.81
HSL 194.35º 0.92% 0.1% -
HSV(B) 194.35º 0.96% 0.19% -
XYZ 1.22 1.55 3.03 -
YUV 27.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 2 37 48 0.96 0.23 0 0.81 194.35 0.92 0.1
Hex 2 25 30 60 17 0 51 C2 5C A
Octal 2 45 60 140 27 0 121 302 134 12
Binary 10 100101 110000 1100000 10111 0 1010001 11000010 1011100 1010

Color Harmonies of #022530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022530

Black with #022530

Text Example


Text Example

White with #022530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022530; }

 p { color: rgb(2,37,48); }

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

background-color css

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

 a { background-color: rgb(2,37,48); }

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

border-color css

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

 span { border-color: rgb(2,37,48); }

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