Html Css Color HEX #002430 Black Pearl

📋 copy color: '#002430'

red 0 ◦ green 36 ◦ blue 48

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

Shades of Black Pearl #002430

Tints of Black Pearl #002430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.86%

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

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002430 (or 0x002430) is known color: Black Pearl. HEX triplet: 00, 24 and 30. RGB value is (0,36,48). Sum of RGB (Red+Green+Blue) = 0+36+48=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #002430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002430 is #FFDBCF. Grayscale: #1A1A1A. Windows color (decimal): -16767952 or 3154944. OLE color: 3154944.

HSL color Cylindrical-coordinate representation of color #002430: hue angle of 195º 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 #002430 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 36 48 -
CMYK 1 0.25 0 0.81
HSL 195º 1% 0.09% -
HSV(B) 195º 1% 0.19% -
XYZ 1.16 1.48 3.02 -
YUV 26.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 0 36 48 1 0.25 0 0.81 195 1 0.09
Hex 0 24 30 64 19 0 51 C3 64 9
Octal 0 44 60 144 31 0 121 303 144 11
Binary 0 100100 110000 1100100 11001 0 1010001 11000011 1100100 1001

Color Harmonies of #002430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002430

Black with #002430

Text Example


Text Example

White with #002430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002430; }

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

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

background-color css

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

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

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

border-color css

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

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

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