Html Css Color HEX #300827 Blackberry

📋 copy color: '#300827'

red 48 ◦ green 8 ◦ blue 39

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

Shades of Blackberry #300827

Tints of Blackberry #300827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

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

R = 50.53%
G = 8.42%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#300827 (or 0x300827) is known color: Blackberry. HEX triplet: 30, 08 and 27. RGB value is (48,8,39). Sum of RGB (Red+Green+Blue) = 48+8+39=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300827 is #CFF7D8. Grayscale: #171717. Windows color (decimal): -13629401 or 2558000. OLE color: 2558000.

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

Color convert

RGB 48 8 39 -
CMYK 0 0.83 0.19 0.81
HSL 313.5º 0.71% 0.11% -
HSV(B) 313.5º 0.83% 0.19% -
XYZ 1.67 0.95 2.01 -
YUV 23.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 48 8 39 0 0.83 0.19 0.81 313.5 0.71 0.11
Hex 30 8 27 0 53 13 51 13A 47 B
Octal 60 10 47 0 123 23 121 472 107 13
Binary 110000 1000 100111 0 1010011 10011 1010001 100111010 1000111 1011

Color Harmonies of #300827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300827

Black with #300827

Text Example


Text Example

White with #300827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300827; }

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

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

background-color css

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

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

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

border-color css

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

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

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