Html Css Color HEX #0A070F Blackcurrant

📋 copy color: '#0A070F'

red 10 ◦ green 7 ◦ blue 15

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

Shades of Blackcurrant #0A070F

Tints of Blackcurrant #0A070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 46.88%

R = 31.25%
G = 21.88%
B = 46.88%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0A070F (or 0x0A070F) is known color: Blackcurrant. HEX triplet: 0A, 07 and 0F. RGB value is (10,7,15). Sum of RGB (Red+Green+Blue) = 10+7+15=32 (4% of max value = 765). Red value is 10 (4.30% from 255 or 31.25% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A070F is #F5F8F0. Grayscale: #080808. Windows color (decimal): -16120049 or 984842. OLE color: 984842.

HSL color Cylindrical-coordinate representation of color #0A070F: hue angle of 262.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0A070F is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 10 7 15 -
CMYK 0.33 0.53 0 0.94
HSL 262.5º 0.36% 0.04% -
HSV(B) 262.5º 0.53% 0.06% -
XYZ 0.29 0.25 0.49 -
YUV 8.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 10 7 15 0.33 0.53 0 0.94 262.5 0.36 0.04
Hex A 7 F 21 35 0 5E 106 24 4
Octal 12 7 17 41 65 0 136 406 44 4
Binary 1010 111 1111 100001 110101 0 1011110 100000110 100100 100

Color Harmonies of #0A070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A070F

Black with #0A070F

Text Example


Text Example

White with #0A070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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