Html Css Color HEX #09070C Blackcurrant

📋 copy color: '#09070C'

red 9 ◦ green 7 ◦ blue 12

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

Shades of Blackcurrant #09070C

Tints of Blackcurrant #09070C

RGB

 RED value IS 9 (3.91% from 255) = 32.14%

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

 BLUE value IS 12 (5.08% from 255) = 42.86%

R = 32.14%
G = 25%
B = 42.86%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09070C (or 0x09070C) is known color: Blackcurrant. HEX triplet: 09, 07 and 0C. RGB value is (9,7,12). Sum of RGB (Red+Green+Blue) = 9+7+12=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: blue. Hex color #09070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09070C is #F6F8F3. Grayscale: #080808. Windows color (decimal): -16185588 or 788233. OLE color: 788233.

HSL color Cylindrical-coordinate representation of color #09070C: hue angle of 264º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #09070C is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 7 12 -
CMYK 0.25 0.42 0 0.95
HSL 264º 0.26% 0.04% -
HSV(B) 264º 0.42% 0.05% -
XYZ 0.25 0.24 0.38 -
YUV 8.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 9 7 12 0.25 0.42 0 0.95 264 0.26 0.04
Hex 9 7 C 19 2A 0 5F 108 1A 4
Octal 11 7 14 31 52 0 137 410 32 4
Binary 1001 111 1100 11001 101010 0 1011111 100001000 11010 100

Color Harmonies of #09070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09070C

Black with #09070C

Text Example


Text Example

White with #09070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09070C; }

 p { color: rgb(9,7,12); }

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

background-color css

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

 a { background-color: rgb(9,7,12); }

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

border-color css

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

 span { border-color: rgb(9,7,12); }

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