Html Css Color HEX #01242E Black Pearl

📋 copy color: '#01242E'

red 1 ◦ green 36 ◦ blue 46

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

Shades of Black Pearl #01242E

Tints of Black Pearl #01242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 55.42%

R = 1.2%
G = 43.37%
B = 55.42%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#01242E (or 0x01242E) is known color: Black Pearl. HEX triplet: 01, 24 and 2E. RGB value is (1,36,46). Sum of RGB (Red+Green+Blue) = 1+36+46=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #01242E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01242E is #FEDBD1. Grayscale: #1A1A1A. Windows color (decimal): -16702418 or 3023873. OLE color: 3023873.

HSL color Cylindrical-coordinate representation of color #01242E: hue angle of 193.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01242E is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 36 46 -
CMYK 0.98 0.22 0 0.82
HSL 193.33º 0.96% 0.09% -
HSV(B) 193.33º 0.98% 0.18% -
XYZ 1.14 1.47 2.81 -
YUV 26.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 1 36 46 0.98 0.22 0 0.82 193.33 0.96 0.09
Hex 1 24 2E 62 16 0 52 C1 60 9
Octal 1 44 56 142 26 0 122 301 140 11
Binary 1 100100 101110 1100010 10110 0 1010010 11000001 1100000 1001

Color Harmonies of #01242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01242E

Black with #01242E

Text Example


Text Example

White with #01242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01242E; }

 p { color: rgb(1,36,46); }

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

background-color css

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

 a { background-color: rgb(1,36,46); }

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

border-color css

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

 span { border-color: rgb(1,36,46); }

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