Html Css Color HEX #0F2227 Black Pearl

📋 copy color: '#0F2227'

red 15 ◦ green 34 ◦ blue 39

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

Shades of Black Pearl #0F2227

Tints of Black Pearl #0F2227

RGB

 RED value IS 15 (6.25% from 255) = 17.05%

 GREEN value IS 34 (13.67% from 255) = 38.64%

 BLUE value IS 39 (15.63% from 255) = 44.32%

R = 17.05%
G = 38.64%
B = 44.32%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F2227 (or 0x0F2227) is known color: Black Pearl. HEX triplet: 0F, 22 and 27. RGB value is (15,34,39). Sum of RGB (Red+Green+Blue) = 15+34+39=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F2227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2227 is #F0DDD8. Grayscale: #1C1C1C. Windows color (decimal): -15785433 or 2564623. OLE color: 2564623.

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

Color convert

RGB 15 34 39 -
CMYK 0.62 0.13 0 0.85
HSL 192.5º 0.44% 0.11% -
HSV(B) 192.5º 0.62% 0.15% -
XYZ 1.14 1.39 2.13 -
YUV 28.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 15 34 39 0.62 0.13 0 0.85 192.5 0.44 0.11
Hex F 22 27 3E D 0 55 C0 2C B
Octal 17 42 47 76 15 0 125 300 54 13
Binary 1111 100010 100111 111110 1101 0 1010101 11000000 101100 1011

Color Harmonies of #0F2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2227

Black with #0F2227

Text Example


Text Example

White with #0F2227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,34,39); }

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

background-color css

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

 a { background-color: rgb(15,34,39); }

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

border-color css

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

 span { border-color: rgb(15,34,39); }

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