Html Css Color HEX #380829 Blackberry

📋 copy color: '#380829'

red 56 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #380829

Tints of Blackberry #380829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

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

R = 53.33%
G = 7.62%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#380829 (or 0x380829) is known color: Blackberry. HEX triplet: 38, 08 and 29. RGB value is (56,8,41). Sum of RGB (Red+Green+Blue) = 56+8+41=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380829 is #C7F7D6. Grayscale: #1A1A1A. Windows color (decimal): -13105111 or 2689080. OLE color: 2689080.

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

Color convert

RGB 56 8 41 -
CMYK 0 0.86 0.27 0.78
HSL 318.75º 0.75% 0.13% -
HSV(B) 318.75º 0.86% 0.22% -
XYZ 2.12 1.17 2.21 -
YUV 26.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 56 8 41 0 0.86 0.27 0.78 318.75 0.75 0.13
Hex 38 8 29 0 56 1B 4E 13F 4B D
Octal 70 10 51 0 126 33 116 477 113 15
Binary 111000 1000 101001 0 1010110 11011 1001110 100111111 1001011 1101

Color Harmonies of #380829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380829

Black with #380829

Text Example


Text Example

White with #380829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380829; }

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

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

background-color css

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

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

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

border-color css

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

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

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