Html Css Color HEX #300123 Blackberry

📋 copy color: '#300123'

red 48 ◦ green 1 ◦ blue 35

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

Shades of Blackberry #300123

Tints of Blackberry #300123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.19%

 BLUE value IS 35 (14.06% from 255) = 41.67%

R = 57.14%
G = 1.19%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#300123 (or 0x300123) is known color: Blackberry. HEX triplet: 30, 01 and 23. RGB value is (48,1,35). Sum of RGB (Red+Green+Blue) = 48+1+35=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300123 is #CFFEDC. Grayscale: #121212. Windows color (decimal): -13631197 or 2294064. OLE color: 2294064.

HSL color Cylindrical-coordinate representation of color #300123: hue angle of 316.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300123 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 1 35 -
CMYK 0 0.98 0.27 0.81
HSL 316.6º 0.96% 0.1% -
HSV(B) 316.6º 0.98% 0.19% -
XYZ 1.53 0.77 1.66 -
YUV 18.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 48 1 35 0 0.98 0.27 0.81 316.6 0.96 0.1
Hex 30 1 23 0 62 1B 51 13D 60 A
Octal 60 1 43 0 142 33 121 475 140 12
Binary 110000 1 100011 0 1100010 11011 1010001 100111101 1100000 1010

Color Harmonies of #300123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300123

Black with #300123

Text Example


Text Example

White with #300123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300123; }

 p { color: rgb(48,1,35); }

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

background-color css

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

 a { background-color: rgb(48,1,35); }

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

border-color css

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

 span { border-color: rgb(48,1,35); }

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