Html Css Color HEX #0B030E Blackcurrant

📋 copy color: '#0B030E'

red 11 ◦ green 3 ◦ blue 14

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

Shades of Blackcurrant #0B030E

Tints of Blackcurrant #0B030E

RGB

 RED value IS 11 (4.69% from 255) = 39.29%

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

 BLUE value IS 14 (5.86% from 255) = 50%

R = 39.29%
G = 10.71%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B030E (or 0x0B030E) is known color: Blackcurrant. HEX triplet: 0B, 03 and 0E. RGB value is (11,3,14). Sum of RGB (Red+Green+Blue) = 11+3+14=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #0B030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B030E is #F4FCF1. Grayscale: #060606. Windows color (decimal): -16055538 or 918283. OLE color: 918283.

HSL color Cylindrical-coordinate representation of color #0B030E: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B030E is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 11 3 14 -
CMYK 0.21 0.79 0 0.95
HSL 283.64º 0.65% 0.03% -
HSV(B) 283.64º 0.79% 0.05% -
XYZ 0.25 0.17 0.43 -
YUV 6.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 11 3 14 0.21 0.79 0 0.95 283.64 0.65 0.03
Hex B 3 E 15 4F 0 5F 11C 41 3
Octal 13 3 16 25 117 0 137 434 101 3
Binary 1011 11 1110 10101 1001111 0 1011111 100011100 1000001 11

Color Harmonies of #0B030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B030E

Black with #0B030E

Text Example


Text Example

White with #0B030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B030E; }

 p { color: rgb(11,3,14); }

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

background-color css

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

 a { background-color: rgb(11,3,14); }

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

border-color css

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

 span { border-color: rgb(11,3,14); }

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