Html Css Color HEX #09001E Blackcurrant

📋 copy color: '#09001E'

red 9 ◦ green 0 ◦ blue 30

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

Shades of Blackcurrant #09001E

Tints of Blackcurrant #09001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 76.92%

R = 23.08%
G = 0%
B = 76.92%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#09001E (or 0x09001E) is known color: Blackcurrant. HEX triplet: 09, 00 and 1E. RGB value is (9,0,30). Sum of RGB (Red+Green+Blue) = 9+0+30=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #09001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09001E is #F6FFE1. Grayscale: #060606. Windows color (decimal): -16187362 or 1966089. OLE color: 1966089.

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

Color convert

RGB 9 0 30 -
CMYK 0.70 1 0 0.88
HSL 258º 1% 0.06% -
HSV(B) 258º 1% 0.12% -
XYZ 0.35 0.15 1.24 -
YUV 6.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 9 0 30 0.70 1 0 0.88 258 1 0.06
Hex 9 0 1E 46 64 0 58 102 64 6
Octal 11 0 36 106 144 0 130 402 144 6
Binary 1001 0 11110 1000110 1100100 0 1011000 100000010 1100100 110

Color Harmonies of #09001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09001E

Black with #09001E

Text Example


Text Example

White with #09001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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