Html Css Color HEX #380426 Blackberry

📋 copy color: '#380426'

red 56 ◦ green 4 ◦ blue 38

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

Shades of Blackberry #380426

Tints of Blackberry #380426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.08%

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

R = 57.14%
G = 4.08%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#380426 (or 0x380426) is known color: Blackberry. HEX triplet: 38, 04 and 26. RGB value is (56,4,38). Sum of RGB (Red+Green+Blue) = 56+4+38=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380426 is #C7FBD9. Grayscale: #171717. Windows color (decimal): -13106138 or 2491448. OLE color: 2491448.

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

Color convert

RGB 56 4 38 -
CMYK 0 0.93 0.32 0.78
HSL 320.77º 0.87% 0.12% -
HSV(B) 320.77º 0.93% 0.22% -
XYZ 2.02 1.07 1.93 -
YUV 23.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 56 4 38 0 0.93 0.32 0.78 320.77 0.87 0.12
Hex 38 4 26 0 5D 20 4E 141 57 C
Octal 70 4 46 0 135 40 116 501 127 14
Binary 111000 100 100110 0 1011101 100000 1001110 101000001 1010111 1100

Color Harmonies of #380426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380426

Black with #380426

Text Example


Text Example

White with #380426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380426; }

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

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

background-color css

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

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

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

border-color css

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

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

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