Html Css Color HEX #05010B Blackcurrant

📋 copy color: '#05010B'

red 5 ◦ green 1 ◦ blue 11

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

Shades of Blackcurrant #05010B

Tints of Blackcurrant #05010B

RGB

 RED value IS 5 (2.34% from 255) = 29.41%

 GREEN value IS 1 (0.78% from 255) = 5.88%

 BLUE value IS 11 (4.69% from 255) = 64.71%

R = 29.41%
G = 5.88%
B = 64.71%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05010B (or 0x05010B) is known color: Blackcurrant. HEX triplet: 05, 01 and 0B. RGB value is (5,1,11). Sum of RGB (Red+Green+Blue) = 5+1+11=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 11 (4.69% from 255 or 64.71% from 17); Max value from RGB is 11 - color contains mainly: blue. Hex color #05010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05010B is #FAFEF4. Grayscale: #030303. Windows color (decimal): -16449269 or 721157. OLE color: 721157.

HSL color Cylindrical-coordinate representation of color #05010B: hue angle of 264º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05010B is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 1 11 -
CMYK 0.55 0.91 0 0.96
HSL 264º 0.83% 0.02% -
HSV(B) 264º 0.91% 0.04% -
XYZ 0.13 0.08 0.32 -
YUV 3.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 5 1 11 0.55 0.91 0 0.96 264 0.83 0.02
Hex 5 1 B 37 5B 0 60 108 53 2
Octal 5 1 13 67 133 0 140 410 123 2
Binary 101 1 1011 110111 1011011 0 1100000 100001000 1010011 10

Color Harmonies of #05010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05010B

Black with #05010B

Text Example


Text Example

White with #05010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05010B; }

 p { color: rgb(5,1,11); }

 H1.HeaderClassName
 {
   color: #05010B;
 }
 .AnyTagClassName
 {
   color: #05010B;
 }
</style>

background-color css

<style>
 a { background-color: #05010B; }

 a { background-color: rgb(5,1,11); }

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

border-color css

<style>
 span { border-color: #05010B; }

 span { border-color: rgb(5,1,11); }

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