Html Css Color HEX #070308 Blackcurrant

📋 copy color: '#070308'

red 7 ◦ green 3 ◦ blue 8

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

Shades of Blackcurrant #070308

Tints of Blackcurrant #070308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 16.67%

 BLUE value IS 8 (3.52% from 255) = 44.44%

R = 38.89%
G = 16.67%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#070308 (or 0x070308) is known color: Blackcurrant. HEX triplet: 07, 03 and 08. RGB value is (7,3,8). Sum of RGB (Red+Green+Blue) = 7+3+8=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: blue. Hex color #070308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070308 is #F8FCF7. Grayscale: #040404. Windows color (decimal): -16317688 or 525063. OLE color: 525063.

HSL color Cylindrical-coordinate representation of color #070308: hue angle of 288º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #070308 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 7 3 8 -
CMYK 0.13 0.63 0 0.97
HSL 288º 0.45% 0.02% -
HSV(B) 288º 0.63% 0.03% -
XYZ 0.16 0.13 0.25 -
YUV 4.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 7 3 8 0.13 0.63 0 0.97 288 0.45 0.02
Hex 7 3 8 D 3F 0 61 120 2D 2
Octal 7 3 10 15 77 0 141 440 55 2
Binary 111 11 1000 1101 111111 0 1100001 100100000 101101 10

Color Harmonies of #070308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070308

Black with #070308

Text Example


Text Example

White with #070308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070308; }

 p { color: rgb(7,3,8); }

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

background-color css

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

 a { background-color: rgb(7,3,8); }

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

border-color css

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

 span { border-color: rgb(7,3,8); }

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