Html Css Color HEX #300527 Blackberry

📋 copy color: '#300527'

red 48 ◦ green 5 ◦ blue 39

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

Shades of Blackberry #300527

Tints of Blackberry #300527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

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

R = 52.17%
G = 5.43%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#300527 (or 0x300527) is known color: Blackberry. HEX triplet: 30, 05 and 27. RGB value is (48,5,39). Sum of RGB (Red+Green+Blue) = 48+5+39=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #300527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300527 is #CFFAD8. Grayscale: #151515. Windows color (decimal): -13630169 or 2557232. OLE color: 2557232.

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

Color convert

RGB 48 5 39 -
CMYK 0 0.90 0.19 0.81
HSL 312.56º 0.81% 0.1% -
HSV(B) 312.56º 0.9% 0.19% -
XYZ 1.64 0.88 2 -
YUV 21.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 48 5 39 0 0.90 0.19 0.81 312.56 0.81 0.1
Hex 30 5 27 0 5A 13 51 139 51 A
Octal 60 5 47 0 132 23 121 471 121 12
Binary 110000 101 100111 0 1011010 10011 1010001 100111001 1010001 1010

Color Harmonies of #300527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300527

Black with #300527

Text Example


Text Example

White with #300527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300527; }

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

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

background-color css

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

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

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

border-color css

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

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

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