Html Css Color HEX #09001D Blackcurrant

📋 copy color: '#09001D'

red 9 ◦ green 0 ◦ blue 29

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

Shades of Blackcurrant #09001D

Tints of Blackcurrant #09001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 76.32%

R = 23.68%
G = 0%
B = 76.32%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09001D (or 0x09001D) is known color: Blackcurrant. HEX triplet: 09, 00 and 1D. RGB value is (9,0,29). Sum of RGB (Red+Green+Blue) = 9+0+29=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 29 (11.72% from 255 or 76.32% from 38); Max value from RGB is 29 - color contains mainly: blue. Hex color #09001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09001D is #F6FFE2. Grayscale: #050505. Windows color (decimal): -16187363 or 1900553. OLE color: 1900553.

HSL color Cylindrical-coordinate representation of color #09001D: hue angle of 258.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09001D is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 0 29 -
CMYK 0.69 1 0 0.89
HSL 258.62º 1% 0.06% -
HSV(B) 258.62º 1% 0.11% -
XYZ 0.33 0.15 1.17 -
YUV 6 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 9 0 29 0.69 1 0 0.89 258.62 1 0.06
Hex 9 0 1D 45 64 0 59 103 64 6
Octal 11 0 35 105 144 0 131 403 144 6
Binary 1001 0 11101 1000101 1100100 0 1011001 100000011 1100100 110

Color Harmonies of #09001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09001D

Black with #09001D

Text Example


Text Example

White with #09001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,0,29); }

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

background-color css

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

 a { background-color: rgb(9,0,29); }

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

border-color css

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

 span { border-color: rgb(9,0,29); }

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