Html Css Color HEX #1B0432 Blackcurrant

📋 copy color: '#1B0432'

red 27 ◦ green 4 ◦ blue 50

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

Shades of Blackcurrant #1B0432

Tints of Blackcurrant #1B0432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.94%

 BLUE value IS 50 (19.92% from 255) = 61.73%

R = 33.33%
G = 4.94%
B = 61.73%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1B0432 (or 0x1B0432) is known color: Blackcurrant. HEX triplet: 1B, 04 and 32. RGB value is (27,4,50). Sum of RGB (Red+Green+Blue) = 27+4+50=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B0432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0432 is #E4FBCD. Grayscale: #0F0F0F. Windows color (decimal): -15006670 or 3277851. OLE color: 3277851.

HSL color Cylindrical-coordinate representation of color #1B0432: hue angle of 270º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B0432 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 27 4 50 -
CMYK 0.46 0.92 0 0.80
HSL 270º 0.85% 0.11% -
HSV(B) 270º 0.92% 0.2% -
XYZ 1.07 0.55 3.07 -
YUV 16.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 27 4 50 0.46 0.92 0 0.80 270 0.85 0.11
Hex 1B 4 32 2E 5C 0 50 10E 55 B
Octal 33 4 62 56 134 0 120 416 125 13
Binary 11011 100 110010 101110 1011100 0 1010000 100001110 1010101 1011

Color Harmonies of #1B0432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0432

Black with #1B0432

Text Example


Text Example

White with #1B0432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,4,50); }

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

background-color css

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

 a { background-color: rgb(27,4,50); }

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

border-color css

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

 span { border-color: rgb(27,4,50); }

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