Html Css Color HEX #09050D Blackcurrant

📋 copy color: '#09050D'

red 9 ◦ green 5 ◦ blue 13

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

Shades of Blackcurrant #09050D

Tints of Blackcurrant #09050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 18.52%

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

R = 33.33%
G = 18.52%
B = 48.15%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09050D (or 0x09050D) is known color: Blackcurrant. HEX triplet: 09, 05 and 0D. RGB value is (9,5,13). Sum of RGB (Red+Green+Blue) = 9+5+13=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: blue. Hex color #09050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09050D is #F6FAF2. Grayscale: #070707. Windows color (decimal): -16186099 or 853257. OLE color: 853257.

HSL color Cylindrical-coordinate representation of color #09050D: hue angle of 270º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #09050D is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 5 13 -
CMYK 0.31 0.62 0 0.95
HSL 270º 0.44% 0.04% -
HSV(B) 270º 0.62% 0.05% -
XYZ 0.24 0.2 0.41 -
YUV 7.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 9 5 13 0.31 0.62 0 0.95 270 0.44 0.04
Hex 9 5 D 1F 3E 0 5F 10E 2C 4
Octal 11 5 15 37 76 0 137 416 54 4
Binary 1001 101 1101 11111 111110 0 1011111 100001110 101100 100

Color Harmonies of #09050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09050D

Black with #09050D

Text Example


Text Example

White with #09050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,5,13); }

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

background-color css

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

 a { background-color: rgb(9,5,13); }

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

border-color css

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

 span { border-color: rgb(9,5,13); }

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