Html Css Color HEX #0E1725 Black Pearl

📋 copy color: '#0E1725'

red 14 ◦ green 23 ◦ blue 37

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

Shades of Black Pearl #0E1725

Tints of Black Pearl #0E1725

RGB

 RED value IS 14 (5.86% from 255) = 18.92%

 GREEN value IS 23 (9.38% from 255) = 31.08%

 BLUE value IS 37 (14.84% from 255) = 50%

R = 18.92%
G = 31.08%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0E1725 (or 0x0E1725) is known color: Black Pearl. HEX triplet: 0E, 17 and 25. RGB value is (14,23,37). Sum of RGB (Red+Green+Blue) = 14+23+37=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #0E1725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1725 is #F1E8DA. Grayscale: #151515. Windows color (decimal): -15853787 or 2430734. OLE color: 2430734.

HSL color Cylindrical-coordinate representation of color #0E1725: hue angle of 216.52º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E1725 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 23 37 -
CMYK 0.62 0.38 0 0.85
HSL 216.52º 0.45% 0.1% -
HSV(B) 216.52º 0.62% 0.15% -
XYZ 0.82 0.84 1.87 -
YUV 21.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 14 23 37 0.62 0.38 0 0.85 216.52 0.45 0.1
Hex E 17 25 3E 26 0 55 D9 2D A
Octal 16 27 45 76 46 0 125 331 55 12
Binary 1110 10111 100101 111110 100110 0 1010101 11011001 101101 1010

Color Harmonies of #0E1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1725

Black with #0E1725

Text Example


Text Example

White with #0E1725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E1725; }

 p { color: rgb(14,23,37); }

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

background-color css

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

 a { background-color: rgb(14,23,37); }

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

border-color css

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

 span { border-color: rgb(14,23,37); }

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