Html Css Color HEX #380921 Blackberry

📋 copy color: '#380921'

red 56 ◦ green 9 ◦ blue 33

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

Shades of Blackberry #380921

Tints of Blackberry #380921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

 BLUE value IS 33 (13.28% from 255) = 33.67%

R = 57.14%
G = 9.18%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#380921 (or 0x380921) is known color: Blackberry. HEX triplet: 38, 09 and 21. RGB value is (56,9,33). Sum of RGB (Red+Green+Blue) = 56+9+33=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380921 is #C7F6DE. Grayscale: #191919. Windows color (decimal): -13104863 or 2165048. OLE color: 2165048.

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

Color convert

RGB 56 9 33 -
CMYK 0 0.84 0.41 0.78
HSL 329.36º 0.72% 0.13% -
HSV(B) 329.36º 0.84% 0.22% -
XYZ 2 1.15 1.55 -
YUV 25.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 56 9 33 0 0.84 0.41 0.78 329.36 0.72 0.13
Hex 38 9 21 0 54 29 4E 149 48 D
Octal 70 11 41 0 124 51 116 511 110 15
Binary 111000 1001 100001 0 1010100 101001 1001110 101001001 1001000 1101

Color Harmonies of #380921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380921

Black with #380921

Text Example


Text Example

White with #380921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380921; }

 p { color: rgb(56,9,33); }

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

background-color css

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

 a { background-color: rgb(56,9,33); }

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

border-color css

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

 span { border-color: rgb(56,9,33); }

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