Html Css Color HEX #361C29 Blackberry

📋 copy color: '#361C29'

red 54 ◦ green 28 ◦ blue 41

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

Shades of Blackberry #361C29

Tints of Blackberry #361C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 33.33%

R = 43.9%
G = 22.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#361C29 (or 0x361C29) is known color: Blackberry. HEX triplet: 36, 1C and 29. RGB value is (54,28,41). Sum of RGB (Red+Green+Blue) = 54+28+41=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #361C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C29 is #C9E3D6. Grayscale: #252525. Windows color (decimal): -13231063 or 2694198. OLE color: 2694198.

HSL color Cylindrical-coordinate representation of color #361C29: hue angle of 330º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361C29 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 28 41 -
CMYK 0 0.48 0.24 0.79
HSL 330º 0.32% 0.16% -
HSV(B) 330º 0.48% 0.21% -
XYZ 2.34 1.77 2.32 -
YUV 37.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 54 28 41 0 0.48 0.24 0.79 330 0.32 0.16
Hex 36 1C 29 0 30 18 4F 14A 20 10
Octal 66 34 51 0 60 30 117 512 40 20
Binary 110110 11100 101001 0 110000 11000 1001111 101001010 100000 10000

Color Harmonies of #361C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C29

Black with #361C29

Text Example


Text Example

White with #361C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C29; }

 p { color: rgb(54,28,41); }

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

background-color css

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

 a { background-color: rgb(54,28,41); }

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

border-color css

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

 span { border-color: rgb(54,28,41); }

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