Html Css Color HEX #381829 Blackberry

📋 copy color: '#381829'

red 56 ◦ green 24 ◦ blue 41

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

Shades of Blackberry #381829

Tints of Blackberry #381829

RGB

 RED value IS 56 (22.27% from 255) = 46.28%

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 46.28%
G = 19.83%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#381829 (or 0x381829) is known color: Blackberry. HEX triplet: 38, 18 and 29. RGB value is (56,24,41). Sum of RGB (Red+Green+Blue) = 56+24+41=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #381829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381829 is #C7E7D6. Grayscale: #232323. Windows color (decimal): -13101015 or 2693176. OLE color: 2693176.

HSL color Cylindrical-coordinate representation of color #381829: hue angle of 328.12º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381829 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 41 -
CMYK 0 0.57 0.27 0.78
HSL 328.13º 0.4% 0.16% -
HSV(B) 328.13º 0.57% 0.22% -
XYZ 2.36 1.65 2.29 -
YUV 35.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 56 24 41 0 0.57 0.27 0.78 328.13 0.4 0.16
Hex 38 18 29 0 39 1B 4E 148 28 10
Octal 70 30 51 0 71 33 116 510 50 20
Binary 111000 11000 101001 0 111001 11011 1001110 101001000 101000 10000

Color Harmonies of #381829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381829

Black with #381829

Text Example


Text Example

White with #381829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381829; }

 p { color: rgb(56,24,41); }

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

background-color css

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

 a { background-color: rgb(56,24,41); }

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

border-color css

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

 span { border-color: rgb(56,24,41); }

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