Html Css Color HEX #0B070F Blackcurrant

📋 copy color: '#0B070F'

red 11 ◦ green 7 ◦ blue 15

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

Shades of Blackcurrant #0B070F

Tints of Blackcurrant #0B070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 21.21%

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

R = 33.33%
G = 21.21%
B = 45.45%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B070F (or 0x0B070F) is known color: Blackcurrant. HEX triplet: 0B, 07 and 0F. RGB value is (11,7,15). Sum of RGB (Red+Green+Blue) = 11+7+15=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B070F is #F4F8F0. Grayscale: #090909. Windows color (decimal): -16054513 or 984843. OLE color: 984843.

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

Color convert

RGB 11 7 15 -
CMYK 0.27 0.53 0 0.94
HSL 270º 0.36% 0.04% -
HSV(B) 270º 0.53% 0.06% -
XYZ 0.3 0.26 0.49 -
YUV 9.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 11 7 15 0.27 0.53 0 0.94 270 0.36 0.04
Hex B 7 F 1B 35 0 5E 10E 24 4
Octal 13 7 17 33 65 0 136 416 44 4
Binary 1011 111 1111 11011 110101 0 1011110 100001110 100100 100

Color Harmonies of #0B070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B070F

Black with #0B070F

Text Example


Text Example

White with #0B070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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