Html Css Color HEX #1B0335 Blackcurrant

📋 copy color: '#1B0335'

red 27 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #1B0335

Tints of Blackcurrant #1B0335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.61%

 BLUE value IS 53 (21.09% from 255) = 63.86%

R = 32.53%
G = 3.61%
B = 63.86%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1B0335 (or 0x1B0335) is known color: Blackcurrant. HEX triplet: 1B, 03 and 35. RGB value is (27,3,53). Sum of RGB (Red+Green+Blue) = 27+3+53=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 53 (21.09% from 255 or 63.86% from 83); Max value from RGB is 53 - color contains mainly: blue. Hex color #1B0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0335 is #E4FCCA. Grayscale: #0F0F0F. Windows color (decimal): -15006923 or 3474203. OLE color: 3474203.

HSL color Cylindrical-coordinate representation of color #1B0335: hue angle of 268.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0335 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 27 3 53 -
CMYK 0.49 0.94 0 0.79
HSL 268.8º 0.89% 0.11% -
HSV(B) 268.8º 0.94% 0.21% -
XYZ 1.13 0.56 3.42 -
YUV 15.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 27 3 53 0.49 0.94 0 0.79 268.8 0.89 0.11
Hex 1B 3 35 31 5E 0 4F 10D 59 B
Octal 33 3 65 61 136 0 117 415 131 13
Binary 11011 11 110101 110001 1011110 0 1001111 100001101 1011001 1011

Color Harmonies of #1B0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0335

Black with #1B0335

Text Example


Text Example

White with #1B0335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,3,53); }

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

background-color css

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

 a { background-color: rgb(27,3,53); }

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

border-color css

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

 span { border-color: rgb(27,3,53); }

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