Html Css Color HEX #361425 Blackberry

📋 copy color: '#361425'

red 54 ◦ green 20 ◦ blue 37

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

Shades of Blackberry #361425

Tints of Blackberry #361425

RGB

 RED value IS 54 (21.48% from 255) = 48.65%

 GREEN value IS 20 (8.2% from 255) = 18.02%

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 48.65%
G = 18.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#361425 (or 0x361425) is known color: Blackberry. HEX triplet: 36, 14 and 25. RGB value is (54,20,37). Sum of RGB (Red+Green+Blue) = 54+20+37=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361425 is #C9EBDA. Grayscale: #202020. Windows color (decimal): -13233115 or 2430006. OLE color: 2430006.

HSL color Cylindrical-coordinate representation of color #361425: hue angle of 330º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361425 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 20 37 -
CMYK 0 0.63 0.31 0.79
HSL 330º 0.46% 0.15% -
HSV(B) 330º 0.63% 0.21% -
XYZ 2.11 1.42 1.91 -
YUV 32.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 54 20 37 0 0.63 0.31 0.79 330 0.46 0.15
Hex 36 14 25 0 3F 1F 4F 14A 2E F
Octal 66 24 45 0 77 37 117 512 56 17
Binary 110110 10100 100101 0 111111 11111 1001111 101001010 101110 1111

Color Harmonies of #361425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361425

Black with #361425

Text Example


Text Example

White with #361425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361425; }

 p { color: rgb(54,20,37); }

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

background-color css

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

 a { background-color: rgb(54,20,37); }

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

border-color css

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

 span { border-color: rgb(54,20,37); }

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