Html Css Color HEX #012530 Black Pearl

📋 copy color: '#012530'

red 1 ◦ green 37 ◦ blue 48

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

Shades of Black Pearl #012530

Tints of Black Pearl #012530

RGB

 RED value IS 1 (0.78% from 255) = 1.16%

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

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

R = 1.16%
G = 43.02%
B = 55.81%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#012530 (or 0x012530) is known color: Black Pearl. HEX triplet: 01, 25 and 30. RGB value is (1,37,48). Sum of RGB (Red+Green+Blue) = 1+37+48=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #012530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012530 is #FEDACF. Grayscale: #1B1B1B. Windows color (decimal): -16702160 or 3155201. OLE color: 3155201.

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

Color convert

RGB 1 37 48 -
CMYK 0.98 0.23 0 0.81
HSL 194.04º 0.96% 0.1% -
HSV(B) 194.04º 0.98% 0.19% -
XYZ 1.21 1.54 3.03 -
YUV 27.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 1 37 48 0.98 0.23 0 0.81 194.04 0.96 0.1
Hex 1 25 30 62 17 0 51 C2 60 A
Octal 1 45 60 142 27 0 121 302 140 12
Binary 1 100101 110000 1100010 10111 0 1010001 11000010 1100000 1010

Color Harmonies of #012530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012530

Black with #012530

Text Example


Text Example

White with #012530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012530; }

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

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

background-color css

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

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

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

border-color css

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

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

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