Html Css Color HEX #1B0013 Blackberry

📋 copy color: '#1B0013'

red 27 ◦ green 0 ◦ blue 19

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

Shades of Blackberry #1B0013

Tints of Blackberry #1B0013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 41.3%

R = 58.7%
G = 0%
B = 41.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1B0013 (or 0x1B0013) is known color: Blackberry. HEX triplet: 1B, 00 and 13. RGB value is (27,0,19). Sum of RGB (Red+Green+Blue) = 27+0+19=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0013 is #E4FFEC. Grayscale: #0A0A0A. Windows color (decimal): -15007725 or 1245211. OLE color: 1245211.

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

Color convert

RGB 27 0 19 -
CMYK 0 1 0.30 0.89
HSL 317.78º 1% 0.05% -
HSV(B) 317.78º 1% 0.11% -
XYZ 0.57 0.28 0.64 -
YUV 10.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 27 0 19 0 1 0.30 0.89 317.78 1 0.05
Hex 1B 0 13 0 64 1E 59 13E 64 5
Octal 33 0 23 0 144 36 131 476 144 5
Binary 11011 0 10011 0 1100100 11110 1011001 100111110 1100100 101

Color Harmonies of #1B0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0013

Black with #1B0013

Text Example


Text Example

White with #1B0013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,0,19); }

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

background-color css

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

 a { background-color: rgb(27,0,19); }

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

border-color css

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

 span { border-color: rgb(27,0,19); }

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