Html Css Color HEX #07010B Blackcurrant

📋 copy color: '#07010B'

red 7 ◦ green 1 ◦ blue 11

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

Shades of Blackcurrant #07010B

Tints of Blackcurrant #07010B

RGB

 RED value IS 7 (3.13% from 255) = 36.84%

 GREEN value IS 1 (0.78% from 255) = 5.26%

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

R = 36.84%
G = 5.26%
B = 57.89%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07010B (or 0x07010B) is known color: Blackcurrant. HEX triplet: 07, 01 and 0B. RGB value is (7,1,11). Sum of RGB (Red+Green+Blue) = 7+1+11=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #07010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07010B is #F8FEF4. Grayscale: #030303. Windows color (decimal): -16318197 or 721159. OLE color: 721159.

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

Color convert

RGB 7 1 11 -
CMYK 0.36 0.91 0 0.96
HSL 276º 0.83% 0.02% -
HSV(B) 276º 0.91% 0.04% -
XYZ 0.16 0.09 0.33 -
YUV 3.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 7 1 11 0.36 0.91 0 0.96 276 0.83 0.02
Hex 7 1 B 24 5B 0 60 114 53 2
Octal 7 1 13 44 133 0 140 424 123 2
Binary 111 1 1011 100100 1011011 0 1100000 100010100 1010011 10

Color Harmonies of #07010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07010B

Black with #07010B

Text Example


Text Example

White with #07010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07010B; }

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

 H1.HeaderClassName
 {
   color: #07010B;
 }
 .AnyTagClassName
 {
   color: #07010B;
 }
</style>

background-color css

<style>
 a { background-color: #07010B; }

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

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

border-color css

<style>
 span { border-color: #07010B; }

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

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