Html Css Color HEX #30121F Blackberry

📋 copy color: '#30121F'

red 48 ◦ green 18 ◦ blue 31

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

Shades of Blackberry #30121F

Tints of Blackberry #30121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.56%

 BLUE value IS 31 (12.5% from 255) = 31.96%

R = 49.48%
G = 18.56%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30121F (or 0x30121F) is known color: Blackberry. HEX triplet: 30, 12 and 1F. RGB value is (48,18,31). Sum of RGB (Red+Green+Blue) = 48+18+31=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121F is #CFEDE0. Grayscale: #1C1C1C. Windows color (decimal): -13626849 or 2036272. OLE color: 2036272.

HSL color Cylindrical-coordinate representation of color #30121F: hue angle of 334º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30121F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 31 -
CMYK 0 0.63 0.35 0.81
HSL 334º 0.45% 0.13% -
HSV(B) 334º 0.63% 0.19% -
XYZ 1.68 1.16 1.43 -
YUV 28.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 48 18 31 0 0.63 0.35 0.81 334 0.45 0.13
Hex 30 12 1F 0 3F 23 51 14E 2D D
Octal 60 22 37 0 77 43 121 516 55 15
Binary 110000 10010 11111 0 111111 100011 1010001 101001110 101101 1101

Color Harmonies of #30121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30121F

Black with #30121F

Text Example


Text Example

White with #30121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30121F; }

 p { color: rgb(48,18,31); }

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

background-color css

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

 a { background-color: rgb(48,18,31); }

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

border-color css

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

 span { border-color: rgb(48,18,31); }

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