Html Css Color HEX #300B27 Blackberry

📋 copy color: '#300B27'

red 48 ◦ green 11 ◦ blue 39

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

Shades of Blackberry #300B27

Tints of Blackberry #300B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 39.8%

R = 48.98%
G = 11.22%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#300B27 (or 0x300B27) is known color: Blackberry. HEX triplet: 30, 0B and 27. RGB value is (48,11,39). Sum of RGB (Red+Green+Blue) = 48+11+39=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B27 is #CFF4D8. Grayscale: #191919. Windows color (decimal): -13628633 or 2558768. OLE color: 2558768.

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

Color convert

RGB 48 11 39 -
CMYK 0 0.77 0.19 0.81
HSL 314.59º 0.63% 0.12% -
HSV(B) 314.59º 0.77% 0.19% -
XYZ 1.7 1.01 2.03 -
YUV 25.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 48 11 39 0 0.77 0.19 0.81 314.59 0.63 0.12
Hex 30 B 27 0 4D 13 51 13B 3F C
Octal 60 13 47 0 115 23 121 473 77 14
Binary 110000 1011 100111 0 1001101 10011 1010001 100111011 111111 1100

Color Harmonies of #300B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B27

Black with #300B27

Text Example


Text Example

White with #300B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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