Html Css Color HEX #30111E Blackberry

📋 copy color: '#30111E'

red 48 ◦ green 17 ◦ blue 30

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

Shades of Blackberry #30111E

Tints of Blackberry #30111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.89%

 BLUE value IS 30 (12.11% from 255) = 31.58%

R = 50.53%
G = 17.89%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#30111E (or 0x30111E) is known color: Blackberry. HEX triplet: 30, 11 and 1E. RGB value is (48,17,30). Sum of RGB (Red+Green+Blue) = 48+17+30=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30111E is #CFEEE1. Grayscale: #1B1B1B. Windows color (decimal): -13627106 or 1970480. OLE color: 1970480.

HSL color Cylindrical-coordinate representation of color #30111E: hue angle of 334.84º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30111E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 17 30 -
CMYK 0 0.65 0.37 0.81
HSL 334.84º 0.48% 0.13% -
HSV(B) 334.84º 0.65% 0.19% -
XYZ 1.65 1.12 1.36 -
YUV 27.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 48 17 30 0 0.65 0.37 0.81 334.84 0.48 0.13
Hex 30 11 1E 0 41 25 51 14F 30 D
Octal 60 21 36 0 101 45 121 517 60 15
Binary 110000 10001 11110 0 1000001 100101 1010001 101001111 110000 1101

Color Harmonies of #30111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30111E

Black with #30111E

Text Example


Text Example

White with #30111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30111E; }

 p { color: rgb(48,17,30); }

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

background-color css

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

 a { background-color: rgb(48,17,30); }

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

border-color css

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

 span { border-color: rgb(48,17,30); }

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