Html Css Color HEX #0E2025 Black Pearl

📋 copy color: '#0E2025'

red 14 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #0E2025

Tints of Black Pearl #0E2025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 38.55%

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

R = 16.87%
G = 38.55%
B = 44.58%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0E2025 (or 0x0E2025) is known color: Black Pearl. HEX triplet: 0E, 20 and 25. RGB value is (14,32,37). Sum of RGB (Red+Green+Blue) = 14+32+37=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #0E2025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2025 is #F1DFDA. Grayscale: #1B1B1B. Windows color (decimal): -15851483 or 2433038. OLE color: 2433038.

HSL color Cylindrical-coordinate representation of color #0E2025: hue angle of 193.04º 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 #0E2025 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 32 37 -
CMYK 0.62 0.14 0 0.85
HSL 193.04º 0.45% 0.1% -
HSV(B) 193.04º 0.62% 0.15% -
XYZ 1.03 1.26 1.94 -
YUV 27.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 14 32 37 0.62 0.14 0 0.85 193.04 0.45 0.1
Hex E 20 25 3E E 0 55 C1 2D A
Octal 16 40 45 76 16 0 125 301 55 12
Binary 1110 100000 100101 111110 1110 0 1010101 11000001 101101 1010

Color Harmonies of #0E2025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2025

Black with #0E2025

Text Example


Text Example

White with #0E2025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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