Html Css Color HEX #042430 Black Pearl

📋 copy color: '#042430'

red 4 ◦ green 36 ◦ blue 48

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

Shades of Black Pearl #042430

Tints of Black Pearl #042430

RGB

 RED value IS 4 (1.95% from 255) = 4.55%

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

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

R = 4.55%
G = 40.91%
B = 54.55%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#042430 (or 0x042430) is known color: Black Pearl. HEX triplet: 04, 24 and 30. RGB value is (4,36,48). Sum of RGB (Red+Green+Blue) = 4+36+48=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #042430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042430 is #FBDBCF. Grayscale: #1B1B1B. Windows color (decimal): -16505808 or 3154948. OLE color: 3154948.

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

Color convert

RGB 4 36 48 -
CMYK 0.92 0.25 0 0.81
HSL 196.36º 0.85% 0.1% -
HSV(B) 196.36º 0.92% 0.19% -
XYZ 1.21 1.5 3.02 -
YUV 27.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 4 36 48 0.92 0.25 0 0.81 196.36 0.85 0.1
Hex 4 24 30 5C 19 0 51 C4 55 A
Octal 4 44 60 134 31 0 121 304 125 12
Binary 100 100100 110000 1011100 11001 0 1010001 11000100 1010101 1010

Color Harmonies of #042430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042430

Black with #042430

Text Example


Text Example

White with #042430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042430; }

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

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

background-color css

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

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

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

border-color css

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

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

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