Html Css Color HEX #002030 Black Pearl

📋 copy color: '#002030'

red 0 ◦ green 32 ◦ blue 48

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

Shades of Black Pearl #002030

Tints of Black Pearl #002030

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 40%

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

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002030 (or 0x002030) is known color: Black Pearl. HEX triplet: 00, 20 and 30. RGB value is (0,32,48). Sum of RGB (Red+Green+Blue) = 0+32+48=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #002030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002030 is #FFDFCF. Grayscale: #181818. Windows color (decimal): -16768976 or 3153920. OLE color: 3153920.

HSL color Cylindrical-coordinate representation of color #002030: hue angle of 200º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002030 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 32 48 -
CMYK 1 0.33 0 0.81
HSL 200º 1% 0.09% -
HSV(B) 200º 1% 0.19% -
XYZ 1.05 1.25 2.98 -
YUV 24.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 0 32 48 1 0.33 0 0.81 200 1 0.09
Hex 0 20 30 64 21 0 51 C8 64 9
Octal 0 40 60 144 41 0 121 310 144 11
Binary 0 100000 110000 1100100 100001 0 1010001 11001000 1100100 1001

Color Harmonies of #002030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002030

Black with #002030

Text Example


Text Example

White with #002030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002030; }

 p { color: rgb(0,32,48); }

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

background-color css

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

 a { background-color: rgb(0,32,48); }

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

border-color css

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

 span { border-color: rgb(0,32,48); }

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