Html Css Color HEX #0F2023 Black Pearl

📋 copy color: '#0F2023'

red 15 ◦ green 32 ◦ blue 35

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

Shades of Black Pearl #0F2023

Tints of Black Pearl #0F2023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 42.68%

R = 18.29%
G = 39.02%
B = 42.68%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0F2023 (or 0x0F2023) is known color: Black Pearl. HEX triplet: 0F, 20 and 23. RGB value is (15,32,35). Sum of RGB (Red+Green+Blue) = 15+32+35=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F2023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2023 is #F0DFDC. Grayscale: #1B1B1B. Windows color (decimal): -15785949 or 2301967. OLE color: 2301967.

HSL color Cylindrical-coordinate representation of color #0F2023: hue angle of 189º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2023 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 32 35 -
CMYK 0.57 0.09 0 0.86
HSL 189º 0.4% 0.1% -
HSV(B) 189º 0.57% 0.14% -
XYZ 1.02 1.26 1.78 -
YUV 27.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 15 32 35 0.57 0.09 0 0.86 189 0.4 0.1
Hex F 20 23 39 9 0 56 BD 28 A
Octal 17 40 43 71 11 0 126 275 50 12
Binary 1111 100000 100011 111001 1001 0 1010110 10111101 101000 1010

Color Harmonies of #0F2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2023

Black with #0F2023

Text Example


Text Example

White with #0F2023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,32,35); }

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

background-color css

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

 a { background-color: rgb(15,32,35); }

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

border-color css

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

 span { border-color: rgb(15,32,35); }

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