Html Css Color HEX #07040B Blackcurrant

📋 copy color: '#07040B'

red 7 ◦ green 4 ◦ blue 11

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

Shades of Blackcurrant #07040B

Tints of Blackcurrant #07040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 18.18%

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

R = 31.82%
G = 18.18%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07040B (or 0x07040B) is known color: Blackcurrant. HEX triplet: 07, 04 and 0B. RGB value is (7,4,11). Sum of RGB (Red+Green+Blue) = 7+4+11=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #07040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07040B is #F8FBF4. Grayscale: #050505. Windows color (decimal): -16317429 or 721927. OLE color: 721927.

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

Color convert

RGB 7 4 11 -
CMYK 0.36 0.64 0 0.96
HSL 265.71º 0.47% 0.03% -
HSV(B) 265.71º 0.64% 0.04% -
XYZ 0.19 0.16 0.34 -
YUV 5.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 7 4 11 0.36 0.64 0 0.96 265.71 0.47 0.03
Hex 7 4 B 24 40 0 60 10A 2F 3
Octal 7 4 13 44 100 0 140 412 57 3
Binary 111 100 1011 100100 1000000 0 1100000 100001010 101111 11

Color Harmonies of #07040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07040B

Black with #07040B

Text Example


Text Example

White with #07040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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