Html Css Color HEX #380328 Blackberry

📋 copy color: '#380328'

red 56 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #380328

Tints of Blackberry #380328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40.4%

R = 56.57%
G = 3.03%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#380328 (or 0x380328) is known color: Blackberry. HEX triplet: 38, 03 and 28. RGB value is (56,3,40). Sum of RGB (Red+Green+Blue) = 56+3+40=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380328 is #C7FCD7. Grayscale: #161616. Windows color (decimal): -13106392 or 2622264. OLE color: 2622264.

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

Color convert

RGB 56 3 40 -
CMYK 0 0.95 0.29 0.78
HSL 318.11º 0.9% 0.12% -
HSV(B) 318.11º 0.95% 0.22% -
XYZ 2.05 1.06 2.1 -
YUV 23.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 56 3 40 0 0.95 0.29 0.78 318.11 0.9 0.12
Hex 38 3 28 0 5F 1D 4E 13E 5A C
Octal 70 3 50 0 137 35 116 476 132 14
Binary 111000 11 101000 0 1011111 11101 1001110 100111110 1011010 1100

Color Harmonies of #380328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380328

Black with #380328

Text Example


Text Example

White with #380328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380328; }

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

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

background-color css

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

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

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

border-color css

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

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

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