Html Css Color HEX #1B000F Blackberry

📋 copy color: '#1B000F'

red 27 ◦ green 0 ◦ blue 15

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

Shades of Blackberry #1B000F

Tints of Blackberry #1B000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 35.71%

R = 64.29%
G = 0%
B = 35.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.89

RGB Variations

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

Color information

#1B000F (or 0x1B000F) is known color: Blackberry. HEX triplet: 1B, 00 and 0F. RGB value is (27,0,15). Sum of RGB (Red+Green+Blue) = 27+0+15=42 (5% of max value = 765). Red value is 27 (10.94% from 255 or 64.29% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 27 - color contains mainly: red. Hex color #1B000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B000F is #E4FFF0. Grayscale: #090909. Windows color (decimal): -15007729 or 983067. OLE color: 983067.

HSL color Cylindrical-coordinate representation of color #1B000F: hue angle of 326.67º 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 #1B000F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 0 15 -
CMYK 0 1 0.44 0.89
HSL 326.67º 1% 0.05% -
HSV(B) 326.67º 1% 0.11% -
XYZ 0.54 0.27 0.48 -
YUV 9.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 27 0 15 0 1 0.44 0.89 326.67 1 0.05
Hex 1B 0 F 0 64 2C 59 147 64 5
Octal 33 0 17 0 144 54 131 507 144 5
Binary 11011 0 1111 0 1100100 101100 1011001 101000111 1100100 101

Color Harmonies of #1B000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B000F

Black with #1B000F

Text Example


Text Example

White with #1B000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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