Html Css Color HEX #0A070B Blackcurrant

📋 copy color: '#0A070B'

red 10 ◦ green 7 ◦ blue 11

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

Shades of Blackcurrant #0A070B

Tints of Blackcurrant #0A070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 39.29%

R = 35.71%
G = 25%
B = 39.29%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A070B (or 0x0A070B) is known color: Blackcurrant. HEX triplet: 0A, 07 and 0B. RGB value is (10,7,11). Sum of RGB (Red+Green+Blue) = 10+7+11=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A070B is #F5F8F4. Grayscale: #080808. Windows color (decimal): -16120053 or 722698. OLE color: 722698.

HSL color Cylindrical-coordinate representation of color #0A070B: hue angle of 285º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0A070B is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 7 11 -
CMYK 0.09 0.36 0 0.96
HSL 285º 0.22% 0.04% -
HSV(B) 285º 0.36% 0.04% -
XYZ 0.26 0.24 0.35 -
YUV 8.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 10 7 11 0.09 0.36 0 0.96 285 0.22 0.04
Hex A 7 B 9 24 0 60 11D 16 4
Octal 12 7 13 11 44 0 140 435 26 4
Binary 1010 111 1011 1001 100100 0 1100000 100011101 10110 100

Color Harmonies of #0A070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A070B

Black with #0A070B

Text Example


Text Example

White with #0A070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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