Html Css Color HEX #300027 Blackberry

📋 copy color: '#300027'

red 48 ◦ green 0 ◦ blue 39

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

Shades of Blackberry #300027

Tints of Blackberry #300027

RGB

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

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

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

R = 55.17%
G = 0%
B = 44.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#300027 (or 0x300027) is known color: Blackberry. HEX triplet: 30, 00 and 27. RGB value is (48,0,39). Sum of RGB (Red+Green+Blue) = 48+0+39=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #300027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300027 is #CFFFD8. Grayscale: #121212. Windows color (decimal): -13631449 or 2555952. OLE color: 2555952.

HSL color Cylindrical-coordinate representation of color #300027: hue angle of 311.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300027 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 0 39 -
CMYK 0 1 0.19 0.81
HSL 311.25º 1% 0.09% -
HSV(B) 311.25º 1% 0.19% -
XYZ 1.59 0.77 1.99 -
YUV 18.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 48 0 39 0 1 0.19 0.81 311.25 1 0.09
Hex 30 0 27 0 64 13 51 137 64 9
Octal 60 0 47 0 144 23 121 467 144 11
Binary 110000 0 100111 0 1100100 10011 1010001 100110111 1100100 1001

Color Harmonies of #300027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300027

Black with #300027

Text Example


Text Example

White with #300027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300027; }

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

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

background-color css

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

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

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

border-color css

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

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

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