Html Css Color HEX #1B063C Blackcurrant

📋 copy color: '#1B063C'

red 27 ◦ green 6 ◦ blue 60

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

Shades of Blackcurrant #1B063C

Tints of Blackcurrant #1B063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.45%

 BLUE value IS 60 (23.83% from 255) = 64.52%

R = 29.03%
G = 6.45%
B = 64.52%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1B063C (or 0x1B063C) is known color: Blackcurrant. HEX triplet: 1B, 06 and 3C. RGB value is (27,6,60). Sum of RGB (Red+Green+Blue) = 27+6+60=93 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.03% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B063C is #E4F9C3. Grayscale: #121212. Windows color (decimal): -15006148 or 3933723. OLE color: 3933723.

HSL color Cylindrical-coordinate representation of color #1B063C: hue angle of 263.33º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B063C is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 27 6 60 -
CMYK 0.55 0.90 0 0.76
HSL 263.33º 0.82% 0.13% -
HSV(B) 263.33º 0.9% 0.24% -
XYZ 1.33 0.69 4.34 -
YUV 18.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 27 6 60 0.55 0.90 0 0.76 263.33 0.82 0.13
Hex 1B 6 3C 37 5A 0 4C 107 52 D
Octal 33 6 74 67 132 0 114 407 122 15
Binary 11011 110 111100 110111 1011010 0 1001100 100000111 1010010 1101

Color Harmonies of #1B063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B063C

Black with #1B063C

Text Example


Text Example

White with #1B063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,6,60); }

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

background-color css

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

 a { background-color: rgb(27,6,60); }

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

border-color css

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

 span { border-color: rgb(27,6,60); }

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