Html Css Color HEX #300B1B Blackberry

📋 copy color: '#300B1B'

red 48 ◦ green 11 ◦ blue 27

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

Shades of Blackberry #300B1B

Tints of Blackberry #300B1B

RGB

 RED value IS 48 (19.14% from 255) = 55.81%

 GREEN value IS 11 (4.69% from 255) = 12.79%

 BLUE value IS 27 (10.94% from 255) = 31.4%

R = 55.81%
G = 12.79%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#300B1B (or 0x300B1B) is known color: Blackberry. HEX triplet: 30, 0B and 1B. RGB value is (48,11,27). Sum of RGB (Red+Green+Blue) = 48+11+27=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B1B is #CFF4E4. Grayscale: #171717. Windows color (decimal): -13628645 or 1772336. OLE color: 1772336.

HSL color Cylindrical-coordinate representation of color #300B1B: hue angle of 334.05º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B1B is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 11 27 -
CMYK 0 0.77 0.44 0.81
HSL 334.05º 0.63% 0.12% -
HSV(B) 334.05º 0.77% 0.19% -
XYZ 1.54 0.95 1.14 -
YUV 23.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 48 11 27 0 0.77 0.44 0.81 334.05 0.63 0.12
Hex 30 B 1B 0 4D 2C 51 14E 3F C
Octal 60 13 33 0 115 54 121 516 77 14
Binary 110000 1011 11011 0 1001101 101100 1010001 101001110 111111 1100

Color Harmonies of #300B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B1B

Black with #300B1B

Text Example


Text Example

White with #300B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300B1B; }

 p { color: rgb(48,11,27); }

 H1.HeaderClassName
 {
   color: #300B1B;
 }
 .AnyTagClassName
 {
   color: #300B1B;
 }
</style>

background-color css

<style>
 a { background-color: #300B1B; }

 a { background-color: rgb(48,11,27); }

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

border-color css

<style>
 span { border-color: #300B1B; }

 span { border-color: rgb(48,11,27); }

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