Html Css Color HEX #380721 Blackberry

📋 copy color: '#380721'

red 56 ◦ green 7 ◦ blue 33

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

Shades of Blackberry #380721

Tints of Blackberry #380721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.29%

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

R = 58.33%
G = 7.29%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#380721 (or 0x380721) is known color: Blackberry. HEX triplet: 38, 07 and 21. RGB value is (56,7,33). Sum of RGB (Red+Green+Blue) = 56+7+33=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380721 is #C7F8DE. Grayscale: #181818. Windows color (decimal): -13105375 or 2164536. OLE color: 2164536.

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

Color convert

RGB 56 7 33 -
CMYK 0 0.88 0.41 0.78
HSL 328.16º 0.78% 0.12% -
HSV(B) 328.16º 0.88% 0.22% -
XYZ 1.98 1.1 1.55 -
YUV 24.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 56 7 33 0 0.88 0.41 0.78 328.16 0.78 0.12
Hex 38 7 21 0 58 29 4E 148 4E C
Octal 70 7 41 0 130 51 116 510 116 14
Binary 111000 111 100001 0 1011000 101001 1001110 101001000 1001110 1100

Color Harmonies of #380721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380721

Black with #380721

Text Example


Text Example

White with #380721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380721; }

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

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

background-color css

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

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

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

border-color css

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

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

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