Html Css Color HEX #300B1A Blackberry

📋 copy color: '#300B1A'

red 48 ◦ green 11 ◦ blue 26

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

Shades of Blackberry #300B1A

Tints of Blackberry #300B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 30.59%

R = 56.47%
G = 12.94%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#300B1A (or 0x300B1A) is known color: Blackberry. HEX triplet: 30, 0B and 1A. RGB value is (48,11,26). Sum of RGB (Red+Green+Blue) = 48+11+26=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B1A is #CFF4E5. Grayscale: #171717. Windows color (decimal): -13628646 or 1706800. OLE color: 1706800.

HSL color Cylindrical-coordinate representation of color #300B1A: hue angle of 335.68º 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 #300B1A is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 11 26 -
CMYK 0 0.77 0.46 0.81
HSL 335.68º 0.63% 0.12% -
HSV(B) 335.68º 0.77% 0.19% -
XYZ 1.53 0.94 1.08 -
YUV 23.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 48 11 26 0 0.77 0.46 0.81 335.68 0.63 0.12
Hex 30 B 1A 0 4D 2E 51 150 3F C
Octal 60 13 32 0 115 56 121 520 77 14
Binary 110000 1011 11010 0 1001101 101110 1010001 101010000 111111 1100

Color Harmonies of #300B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B1A

Black with #300B1A

Text Example


Text Example

White with #300B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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