Html Css Color HEX #02232A Black Pearl

📋 copy color: '#02232A'

red 2 ◦ green 35 ◦ blue 42

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

Shades of Black Pearl #02232A

Tints of Black Pearl #02232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 44.3%

 BLUE value IS 42 (16.8% from 255) = 53.16%

R = 2.53%
G = 44.3%
B = 53.16%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#02232A (or 0x02232A) is known color: Black Pearl. HEX triplet: 02, 23 and 2A. RGB value is (2,35,42). Sum of RGB (Red+Green+Blue) = 2+35+42=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #02232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02232A is #FDDCD5. Grayscale: #191919. Windows color (decimal): -16637142 or 2761474. OLE color: 2761474.

HSL color Cylindrical-coordinate representation of color #02232A: hue angle of 190.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02232A is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 35 42 -
CMYK 0.95 0.17 0 0.84
HSL 190.5º 0.91% 0.09% -
HSV(B) 190.5º 0.95% 0.16% -
XYZ 1.04 1.38 2.4 -
YUV 25.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 2 35 42 0.95 0.17 0 0.84 190.5 0.91 0.09
Hex 2 23 2A 5F 11 0 54 BE 5B 9
Octal 2 43 52 137 21 0 124 276 133 11
Binary 10 100011 101010 1011111 10001 0 1010100 10111110 1011011 1001

Color Harmonies of #02232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02232A

Black with #02232A

Text Example


Text Example

White with #02232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02232A; }

 p { color: rgb(2,35,42); }

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

background-color css

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

 a { background-color: rgb(2,35,42); }

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

border-color css

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

 span { border-color: rgb(2,35,42); }

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