Html Css Color HEX #380820 Blackberry

📋 copy color: '#380820'

red 56 ◦ green 8 ◦ blue 32

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

Shades of Blackberry #380820

Tints of Blackberry #380820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 58.33%
G = 8.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#380820 (or 0x380820) is known color: Blackberry. HEX triplet: 38, 08 and 20. RGB value is (56,8,32). Sum of RGB (Red+Green+Blue) = 56+8+32=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380820 is #C7F7DF. Grayscale: #191919. Windows color (decimal): -13105120 or 2099256. OLE color: 2099256.

HSL color Cylindrical-coordinate representation of color #380820: hue angle of 330º 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 #380820 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 8 32 -
CMYK 0 0.86 0.43 0.78
HSL 330º 0.75% 0.13% -
HSV(B) 330º 0.86% 0.22% -
XYZ 1.98 1.12 1.48 -
YUV 25.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 56 8 32 0 0.86 0.43 0.78 330 0.75 0.13
Hex 38 8 20 0 56 2B 4E 14A 4B D
Octal 70 10 40 0 126 53 116 512 113 15
Binary 111000 1000 100000 0 1010110 101011 1001110 101001010 1001011 1101

Color Harmonies of #380820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380820

Black with #380820

Text Example


Text Example

White with #380820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380820; }

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

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

background-color css

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

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

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

border-color css

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

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

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