Html Css Color HEX #1B0528 Blackcurrant

📋 copy color: '#1B0528'

red 27 ◦ green 5 ◦ blue 40

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

Shades of Blackcurrant #1B0528

Tints of Blackcurrant #1B0528

RGB

 RED value IS 27 (10.94% from 255) = 37.5%

 GREEN value IS 5 (2.34% from 255) = 6.94%

 BLUE value IS 40 (16.02% from 255) = 55.56%

R = 37.5%
G = 6.94%
B = 55.56%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1B0528 (or 0x1B0528) is known color: Blackcurrant. HEX triplet: 1B, 05 and 28. RGB value is (27,5,40). Sum of RGB (Red+Green+Blue) = 27+5+40=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B0528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0528 is #E4FAD7. Grayscale: #0F0F0F. Windows color (decimal): -15006424 or 2622747. OLE color: 2622747.

HSL color Cylindrical-coordinate representation of color #1B0528: hue angle of 277.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B0528 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 27 5 40 -
CMYK 0.33 0.88 0 0.84
HSL 277.71º 0.78% 0.09% -
HSV(B) 277.71º 0.88% 0.16% -
XYZ 0.89 0.49 2.06 -
YUV 15.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 27 5 40 0.33 0.88 0 0.84 277.71 0.78 0.09
Hex 1B 5 28 21 58 0 54 116 4E 9
Octal 33 5 50 41 130 0 124 426 116 11
Binary 11011 101 101000 100001 1011000 0 1010100 100010110 1001110 1001

Color Harmonies of #1B0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0528

Black with #1B0528

Text Example


Text Example

White with #1B0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B0528; }

 p { color: rgb(27,5,40); }

 H1.HeaderClassName
 {
   color: #1B0528;
 }
 .AnyTagClassName
 {
   color: #1B0528;
 }
</style>

background-color css

<style>
 a { background-color: #1B0528; }

 a { background-color: rgb(27,5,40); }

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

border-color css

<style>
 span { border-color: #1B0528; }

 span { border-color: rgb(27,5,40); }

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