Html Css Color HEX #0B030F Blackcurrant

📋 copy color: '#0B030F'

red 11 ◦ green 3 ◦ blue 15

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

Shades of Blackcurrant #0B030F

Tints of Blackcurrant #0B030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 51.72%

R = 37.93%
G = 10.34%
B = 51.72%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B030F (or 0x0B030F) is known color: Blackcurrant. HEX triplet: 0B, 03 and 0F. RGB value is (11,3,15). Sum of RGB (Red+Green+Blue) = 11+3+15=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B030F is #F4FCF0. Grayscale: #060606. Windows color (decimal): -16055537 or 983819. OLE color: 983819.

HSL color Cylindrical-coordinate representation of color #0B030F: hue angle of 280º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B030F is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 3 15 -
CMYK 0.27 0.80 0 0.94
HSL 280º 0.67% 0.04% -
HSV(B) 280º 0.8% 0.06% -
XYZ 0.26 0.17 0.47 -
YUV 6.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 11 3 15 0.27 0.80 0 0.94 280 0.67 0.04
Hex B 3 F 1B 50 0 5E 118 43 4
Octal 13 3 17 33 120 0 136 430 103 4
Binary 1011 11 1111 11011 1010000 0 1011110 100011000 1000011 100

Color Harmonies of #0B030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B030F

Black with #0B030F

Text Example


Text Example

White with #0B030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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