Html Css Color HEX #1B0513 Blackberry

📋 copy color: '#1B0513'

red 27 ◦ green 5 ◦ blue 19

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

Shades of Blackberry #1B0513

Tints of Blackberry #1B0513

RGB

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

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

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

R = 52.94%
G = 9.8%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1B0513 (or 0x1B0513) is known color: Blackberry. HEX triplet: 1B, 05 and 13. RGB value is (27,5,19). Sum of RGB (Red+Green+Blue) = 27+5+19=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0513 is #E4FAEC. Grayscale: #0D0D0D. Windows color (decimal): -15006445 or 1246491. OLE color: 1246491.

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

Color convert

RGB 27 5 19 -
CMYK 0 0.81 0.30 0.89
HSL 321.82º 0.69% 0.06% -
HSV(B) 321.82º 0.81% 0.11% -
XYZ 0.62 0.39 0.66 -
YUV 13.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 27 5 19 0 0.81 0.30 0.89 321.82 0.69 0.06
Hex 1B 5 13 0 51 1E 59 142 45 6
Octal 33 5 23 0 121 36 131 502 105 6
Binary 11011 101 10011 0 1010001 11110 1011001 101000010 1000101 110

Color Harmonies of #1B0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0513

Black with #1B0513

Text Example


Text Example

White with #1B0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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