Html Css Color HEX #0B0025 Blackcurrant

📋 copy color: '#0B0025'

red 11 ◦ green 0 ◦ blue 37

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

Shades of Blackcurrant #0B0025

Tints of Blackcurrant #0B0025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 77.08%

R = 22.92%
G = 0%
B = 77.08%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B0025 (or 0x0B0025) is known color: Blackcurrant. HEX triplet: 0B, 00 and 25. RGB value is (11,0,37). Sum of RGB (Red+Green+Blue) = 11+0+37=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 37 (14.84% from 255 or 77.08% from 48); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B0025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0025 is #F4FFDA. Grayscale: #070707. Windows color (decimal): -16056283 or 2424843. OLE color: 2424843.

HSL color Cylindrical-coordinate representation of color #0B0025: hue angle of 257.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0025 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 0 37 -
CMYK 0.70 1 0 0.85
HSL 257.84º 1% 0.07% -
HSV(B) 257.84º 1% 0.15% -
XYZ 0.47 0.2 1.76 -
YUV 7.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 11 0 37 0.70 1 0 0.85 257.84 1 0.07
Hex B 0 25 46 64 0 55 102 64 7
Octal 13 0 45 106 144 0 125 402 144 7
Binary 1011 0 100101 1000110 1100100 0 1010101 100000010 1100100 111

Color Harmonies of #0B0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0025

Black with #0B0025

Text Example


Text Example

White with #0B0025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,37); }

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

background-color css

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

 a { background-color: rgb(11,0,37); }

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

border-color css

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

 span { border-color: rgb(11,0,37); }

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