Html Css Color HEX #0F0825 Haiti

📋 copy color: '#0F0825'

red 15 ◦ green 8 ◦ blue 37

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

Shades of Haiti #0F0825

Tints of Haiti #0F0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.33%

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

R = 25%
G = 13.33%
B = 61.67%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F0825 (or 0x0F0825) is known color: Haiti. HEX triplet: 0F, 08 and 25. RGB value is (15,8,37). Sum of RGB (Red+Green+Blue) = 15+8+37=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F0825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0825 is #F0F7DA. Grayscale: #0D0D0D. Windows color (decimal): -15792091 or 2426895. OLE color: 2426895.

HSL color Cylindrical-coordinate representation of color #0F0825: hue angle of 254.48º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F0825 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 8 37 -
CMYK 0.59 0.78 0 0.85
HSL 254.48º 0.64% 0.09% -
HSV(B) 254.48º 0.78% 0.15% -
XYZ 0.62 0.41 1.8 -
YUV 13.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 15 8 37 0.59 0.78 0 0.85 254.48 0.64 0.09
Hex F 8 25 3B 4E 0 55 FE 40 9
Octal 17 10 45 73 116 0 125 376 100 11
Binary 1111 1000 100101 111011 1001110 0 1010101 11111110 1000000 1001

Color Harmonies of #0F0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0825

Black with #0F0825

Text Example


Text Example

White with #0F0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,37); }

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

background-color css

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

 a { background-color: rgb(15,8,37); }

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

border-color css

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

 span { border-color: rgb(15,8,37); }

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