Html Css Color HEX #3C1629 Blackberry

📋 copy color: '#3C1629'

red 60 ◦ green 22 ◦ blue 41

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

Shades of Blackberry #3C1629

Tints of Blackberry #3C1629

RGB

 RED value IS 60 (23.83% from 255) = 48.78%

 GREEN value IS 22 (8.98% from 255) = 17.89%

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

R = 48.78%
G = 17.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#3C1629 (or 0x3C1629) is known color: Blackberry. HEX triplet: 3C, 16 and 29. RGB value is (60,22,41). Sum of RGB (Red+Green+Blue) = 60+22+41=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1629 is #C3E9D6. Grayscale: #232323. Windows color (decimal): -12839383 or 2692668. OLE color: 2692668.

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

Color convert

RGB 60 22 41 -
CMYK 0 0.63 0.32 0.76
HSL 330º 0.46% 0.16% -
HSV(B) 330º 0.63% 0.24% -
XYZ 2.55 1.69 2.29 -
YUV 35.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 60 22 41 0 0.63 0.32 0.76 330 0.46 0.16
Hex 3C 16 29 0 3F 20 4C 14A 2E 10
Octal 74 26 51 0 77 40 114 512 56 20
Binary 111100 10110 101001 0 111111 100000 1001100 101001010 101110 10000

Color Harmonies of #3C1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1629

Black with #3C1629

Text Example


Text Example

White with #3C1629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C1629; }

 p { color: rgb(60,22,41); }

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

background-color css

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

 a { background-color: rgb(60,22,41); }

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

border-color css

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

 span { border-color: rgb(60,22,41); }

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