Html Css Color HEX #301127 Blackberry

📋 copy color: '#301127'

red 48 ◦ green 17 ◦ blue 39

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

Shades of Blackberry #301127

Tints of Blackberry #301127

RGB

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

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

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

R = 46.15%
G = 16.35%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#301127 (or 0x301127) is known color: Blackberry. HEX triplet: 30, 11 and 27. RGB value is (48,17,39). Sum of RGB (Red+Green+Blue) = 48+17+39=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301127 is #CFEED8. Grayscale: #1C1C1C. Windows color (decimal): -13627097 or 2560304. OLE color: 2560304.

HSL color Cylindrical-coordinate representation of color #301127: hue angle of 317.42º 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 #301127 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 17 39 -
CMYK 0 0.65 0.19 0.81
HSL 317.42º 0.48% 0.13% -
HSV(B) 317.42º 0.65% 0.19% -
XYZ 1.79 1.18 2.05 -
YUV 28.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 48 17 39 0 0.65 0.19 0.81 317.42 0.48 0.13
Hex 30 11 27 0 41 13 51 13D 30 D
Octal 60 21 47 0 101 23 121 475 60 15
Binary 110000 10001 100111 0 1000001 10011 1010001 100111101 110000 1101

Color Harmonies of #301127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301127

Black with #301127

Text Example


Text Example

White with #301127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301127; }

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

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

background-color css

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

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

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

border-color css

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

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

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