Html Css Color HEX #301C27 Blackberry

📋 copy color: '#301C27'

red 48 ◦ green 28 ◦ blue 39

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

Shades of Blackberry #301C27

Tints of Blackberry #301C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.35%

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

R = 41.74%
G = 24.35%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#301C27 (or 0x301C27) is known color: Blackberry. HEX triplet: 30, 1C and 27. RGB value is (48,28,39). Sum of RGB (Red+Green+Blue) = 48+28+39=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #301C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C27 is #CFE3D8. Grayscale: #232323. Windows color (decimal): -13624281 or 2563120. OLE color: 2563120.

HSL color Cylindrical-coordinate representation of color #301C27: hue angle of 327º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C27 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 28 39 -
CMYK 0 0.42 0.19 0.81
HSL 327º 0.26% 0.15% -
HSV(B) 327º 0.42% 0.19% -
XYZ 2 1.61 2.12 -
YUV 35.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 48 28 39 0 0.42 0.19 0.81 327 0.26 0.15
Hex 30 1C 27 0 2A 13 51 147 1A F
Octal 60 34 47 0 52 23 121 507 32 17
Binary 110000 11100 100111 0 101010 10011 1010001 101000111 11010 1111

Color Harmonies of #301C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C27

Black with #301C27

Text Example


Text Example

White with #301C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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