Html Css Color HEX #0A0719 Black Russian

📋 copy color: '#0A0719'

red 10 ◦ green 7 ◦ blue 25

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

Shades of Black Russian #0A0719

Tints of Black Russian #0A0719

RGB

 RED value IS 10 (4.3% from 255) = 23.81%

 GREEN value IS 7 (3.13% from 255) = 16.67%

 BLUE value IS 25 (10.16% from 255) = 59.52%

R = 23.81%
G = 16.67%
B = 59.52%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0A0719 (or 0x0A0719) is known color: Black Russian. HEX triplet: 0A, 07 and 19. RGB value is (10,7,25). Sum of RGB (Red+Green+Blue) = 10+7+25=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A0719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0719 is #F5F8E6. Grayscale: #090909. Windows color (decimal): -16120039 or 1640202. OLE color: 1640202.

HSL color Cylindrical-coordinate representation of color #0A0719: hue angle of 250º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A0719 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 7 25 -
CMYK 0.60 0.72 0 0.90
HSL 250º 0.56% 0.06% -
HSV(B) 250º 0.72% 0.1% -
XYZ 0.38 0.29 0.96 -
YUV 9.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 10 7 25 0.60 0.72 0 0.90 250 0.56 0.06
Hex A 7 19 3C 48 0 5A FA 38 6
Octal 12 7 31 74 110 0 132 372 70 6
Binary 1010 111 11001 111100 1001000 0 1011010 11111010 111000 110

Color Harmonies of #0A0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0719

Black with #0A0719

Text Example


Text Example

White with #0A0719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,7,25); }

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

background-color css

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

 a { background-color: rgb(10,7,25); }

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

border-color css

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

 span { border-color: rgb(10,7,25); }

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