Html Css Color HEX #07000D Blackcurrant

📋 copy color: '#07000D'

red 7 ◦ green 0 ◦ blue 13

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

Shades of Blackcurrant #07000D

Tints of Blackcurrant #07000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 65%

R = 35%
G = 0%
B = 65%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#07000D (or 0x07000D) is known color: Blackcurrant. HEX triplet: 07, 00 and 0D. RGB value is (7,0,13). Sum of RGB (Red+Green+Blue) = 7+0+13=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 0 (0.39% from 255 or 0% from 20); Blue value is 13 (5.47% from 255 or 65% from 20); Max value from RGB is 13 - color contains mainly: blue. Hex color #07000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07000D is #F8FFF2. Grayscale: #030303. Windows color (decimal): -16318451 or 851975. OLE color: 851975.

HSL color Cylindrical-coordinate representation of color #07000D: hue angle of 272.31º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07000D is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 0 13 -
CMYK 0.46 1 0 0.95
HSL 272.31º 1% 0.03% -
HSV(B) 272.31º 1% 0.05% -
XYZ 0.16 0.07 0.39 -
YUV 3.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 7 0 13 0.46 1 0 0.95 272.31 1 0.03
Hex 7 0 D 2E 64 0 5F 110 64 3
Octal 7 0 15 56 144 0 137 420 144 3
Binary 111 0 1101 101110 1100100 0 1011111 100010000 1100100 11

Color Harmonies of #07000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07000D

Black with #07000D

Text Example


Text Example

White with #07000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07000D; }

 p { color: rgb(7,0,13); }

 H1.HeaderClassName
 {
   color: #07000D;
 }
 .AnyTagClassName
 {
   color: #07000D;
 }
</style>

background-color css

<style>
 a { background-color: #07000D; }

 a { background-color: rgb(7,0,13); }

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

border-color css

<style>
 span { border-color: #07000D; }

 span { border-color: rgb(7,0,13); }

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