Html Css Color HEX #380326 Blackberry

📋 copy color: '#380326'

red 56 ◦ green 3 ◦ blue 38

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

Shades of Blackberry #380326

Tints of Blackberry #380326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

 BLUE value IS 38 (15.23% from 255) = 39.18%

R = 57.73%
G = 3.09%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#380326 (or 0x380326) is known color: Blackberry. HEX triplet: 38, 03 and 26. RGB value is (56,3,38). Sum of RGB (Red+Green+Blue) = 56+3+38=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380326 is #C7FCD9. Grayscale: #161616. Windows color (decimal): -13106394 or 2491192. OLE color: 2491192.

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

Color convert

RGB 56 3 38 -
CMYK 0 0.95 0.32 0.78
HSL 320.38º 0.9% 0.12% -
HSV(B) 320.38º 0.95% 0.22% -
XYZ 2.01 1.05 1.93 -
YUV 22.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 56 3 38 0 0.95 0.32 0.78 320.38 0.9 0.12
Hex 38 3 26 0 5F 20 4E 140 5A C
Octal 70 3 46 0 137 40 116 500 132 14
Binary 111000 11 100110 0 1011111 100000 1001110 101000000 1011010 1100

Color Harmonies of #380326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380326

Black with #380326

Text Example


Text Example

White with #380326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380326; }

 p { color: rgb(56,3,38); }

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

background-color css

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

 a { background-color: rgb(56,3,38); }

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

border-color css

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

 span { border-color: rgb(56,3,38); }

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